Clean up conditional compilation a bit (#2943)

This commit is contained in:
Max Roncace
2025-12-11 18:34:16 -05:00
committed by GitHub
parent d9ca13c7b5
commit 4fa301a6da
32 changed files with 101 additions and 94 deletions
+2 -2
View File
@@ -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";
}