aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/fullpipe/statics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/statics.cpp b/engines/fullpipe/statics.cpp
index 1ba211ce54..a5bbf21151 100644
--- a/engines/fullpipe/statics.cpp
+++ b/engines/fullpipe/statics.cpp
@@ -968,7 +968,7 @@ void StaticANIObject::stopAnim_maybe() {
if (_flags & 0x40) {
if (!_movement->_currMovement) {
- if (!_movement->_currDynamicPhaseIndex)
+ if (_movement->_currDynamicPhaseIndex)
goto L11;
L8:
_statics = _movement->_staticsObj1;