summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_e_fb.cpp
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2025-12-11 18:34:16 -0500
committerGitHub <noreply@github.com>2025-12-11 15:34:16 -0800
commit8ad2d661a2c33a3c3e60d2a7089c9f5463ae2ab0 (patch)
treee60bbe0b605fa455fc8bdabb8b38dccf5ff0e629 /src/d/actor/d_a_e_fb.cpp
parentae4ad9f47779db56713bca41f6535bea31ec5490 (diff)
Clean up conditional compilation a bit (#2943)
Diffstat (limited to 'src/d/actor/d_a_e_fb.cpp')
-rw-r--r--src/d/actor/d_a_e_fb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_e_fb.cpp b/src/d/actor/d_a_e_fb.cpp
index 764085f02a..252d407b7a 100644
--- a/src/d/actor/d_a_e_fb.cpp
+++ b/src/d/actor/d_a_e_fb.cpp
@@ -120,7 +120,7 @@ int daE_FB_c::JointCallBack(J3DJoint* i_joint, int param_1) {
return 1;
}
-#if VERSION == VERSION_SHIELD_DEBUG
+#if DEBUG
static f32 dummy_117095() {
// For rodata ordering in the debug version, this must be put here:
return 100.0f;
@@ -818,7 +818,7 @@ void daE_FB_c::dead_eff_set() {
}
}
-#if VERSION == VERSION_SHIELD_DEBUG
+#if DEBUG
static char* dummy_117771() {
return "Delete -> E_FB(id=%d)\n";
}