aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/captains_wheel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/captains_wheel.cpp')
-rw-r--r--engines/titanic/game/captains_wheel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/game/captains_wheel.cpp b/engines/titanic/game/captains_wheel.cpp
index eafb478d0e..32582ed996 100644
--- a/engines/titanic/game/captains_wheel.cpp
+++ b/engines/titanic/game/captains_wheel.cpp
@@ -99,6 +99,7 @@ bool CCaptainsWheel::ActMsg(CActMsg *msg) {
}
} else if (msg->_action == "Go") {
if (_stopEnabled) {
+ _goEnabled = false;
incTransitions();
_stopEnabled = false;
_actionNum = 1;