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
@@ -789,7 +789,7 @@ void daObjTks_c::setParam() {
calcSpringF(&field_0xdcc, 0.7f, &field_0xdd0);
scale.setall(field_0xdcc);
#if VERSION == VERSION_SHIELD_DEBUG
#if DEBUG
mAcchCir.SetWallR(daObjTks_Param_c::m.common.width);
mAcchCir.SetWallH(daObjTks_Param_c::m.common.height);
#endif
@@ -858,7 +858,7 @@ void daObjTks_c::setAttnPos() {
if (!fopAcM_checkCarryNow(this)) {
mCcCyl.SetC(current.pos);
#if VERSION == VERSION_SHIELD_DEBUG
#if DEBUG
mCcCyl.SetH(daObjTks_Param_c::m.common.height);
mCcCyl.SetR(daObjTks_Param_c::m.common.width);
#endif