diff options
| author | Max Roncace <me@caseif.net> | 2025-12-11 18:34:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-11 15:34:16 -0800 |
| commit | 8ad2d661a2c33a3c3e60d2a7089c9f5463ae2ab0 (patch) | |
| tree | e60bbe0b605fa455fc8bdabb8b38dccf5ff0e629 /src/d/actor/d_a_obj_warp_obrg.cpp | |
| parent | ae4ad9f47779db56713bca41f6535bea31ec5490 (diff) | |
Clean up conditional compilation a bit (#2943)
Diffstat (limited to 'src/d/actor/d_a_obj_warp_obrg.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_warp_obrg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_warp_obrg.cpp b/src/d/actor/d_a_obj_warp_obrg.cpp index 28ed2b08dd..3e32c628d6 100644 --- a/src/d/actor/d_a_obj_warp_obrg.cpp +++ b/src/d/actor/d_a_obj_warp_obrg.cpp @@ -177,7 +177,7 @@ int daObjWarpOBrg_c::create1st() { } int daObjWarpOBrg_c::Execute(Mtx** param_0) { - #if VERSION == VERSION_SHIELD_DEBUG + #if DEBUG calcMidnaWaitPos(); #endif |
