diff options
Diffstat (limited to 'src/d/actor/d_a_e_fb.cpp')
| -rw-r--r-- | src/d/actor/d_a_e_fb.cpp | 4 |
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"; } |
