summaryrefslogtreecommitdiff
path: root/src/c
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-02-29 16:28:38 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-02-29 16:28:38 -0500
commite47938b60dfd62c8060675ee441547becbbbb800 (patch)
treee29ed6a7b04e308f5e8d0d42cf3f095cde207bec /src/c
parent533cd90a5fc209043b0b3f766b867698c1973909 (diff)
d_a_bk work
Diffstat (limited to 'src/c')
-rw-r--r--src/c/c_damagereaction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/c_damagereaction.cpp b/src/c/c_damagereaction.cpp
index 094a7b1d..946f60c6 100644
--- a/src/c/c_damagereaction.cpp
+++ b/src/c/c_damagereaction.cpp
@@ -635,6 +635,6 @@ void dr_matrix_set(damagereaction* dr) {
}
/* 800225D0-800226C8 .text damage_reaction__FP14damagereaction */
-void damage_reaction(damagereaction* dr) {
+int damage_reaction(damagereaction* dr) {
/* Nonmatching */
}