match executeState_CameraMove

This commit is contained in:
swekka
2025-10-11 17:13:03 +02:00
parent 3899c2fd91
commit 2e95c466ee
+1 -2
View File
@@ -177,8 +177,7 @@ void dAcOwindmill_c::executeState_CameraMove() {
}
if (sLib::calcTimer(&mTimer1) == 0) {
if (mPinwheel.get() != NULL && mPinwheel.get()->mBeingBlown) {
const sStateIDIf_c *oldState = mStateMgr.getOldStateID();
oldState->isEqual(StateID_CollectStick);
*mStateMgr.getOldStateID() == StateID_CollectStick;
mStateMgr.changeState(StateID_Move);
} else {
const sStateIDIf_c *oldState = mStateMgr.getOldStateID();