summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_spinner.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_spinner.cpp
parentae4ad9f47779db56713bca41f6535bea31ec5490 (diff)
Clean up conditional compilation a bit (#2943)
Diffstat (limited to 'src/d/actor/d_a_spinner.cpp')
-rw-r--r--src/d/actor/d_a_spinner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_spinner.cpp b/src/d/actor/d_a_spinner.cpp
index 14971a072c..15473a148a 100644
--- a/src/d/actor/d_a_spinner.cpp
+++ b/src/d/actor/d_a_spinner.cpp
@@ -669,7 +669,7 @@ int daSpinner_c::execute() {
move_angle = (mDoCPd_c::getStickAngle3D(PAD_1) + 0x10000 + dCam_getControledAngleY(dComIfGp_getCamera(dComIfGp_getPlayerCameraID(0)))) - 0x8000;
-#if VERSION == VERSION_SHIELD_DEBUG
+#if PLATFORM_WII || VERSION == VERSION_SHIELD_DEBUG
if (dComIfG_getTrigB(PAD_1) && dComIfGp_getSelectItem(3) == fpcNm_ITEM_SPINNER) {
#else
if (dComIfG_getTrigA(PAD_1)) {