diff --git a/engines/titanic/game/captains_wheel.cpp b/engines/titanic/game/captains_wheel.cpp index 1f0b177a673..eafb478d0e9 100644 --- a/engines/titanic/game/captains_wheel.cpp +++ b/engines/titanic/game/captains_wheel.cpp @@ -98,7 +98,7 @@ bool CCaptainsWheel::ActMsg(CActMsg *msg) { playMovie(150, 160, MOVIE_NOTIFY_OBJECT | MOVIE_WAIT_FOR_FINISH); } } else if (msg->_action == "Go") { - if (!_stopEnabled) { + if (_stopEnabled) { incTransitions(); _stopEnabled = false; _actionNum = 1;