aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/moves/enter_bridge.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/moves/enter_bridge.cpp')
-rw-r--r--engines/titanic/moves/enter_bridge.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/moves/enter_bridge.cpp b/engines/titanic/moves/enter_bridge.cpp
index fb44fe2e02..a9fbb5aff1 100644
--- a/engines/titanic/moves/enter_bridge.cpp
+++ b/engines/titanic/moves/enter_bridge.cpp
@@ -45,7 +45,7 @@ bool CEnterBridge::EnterRoomMsg(CEnterRoomMsg *msg) {
CActMsg actMsg("Disable");
actMsg.execute("ShipAnnouncements");
- setState1C(false);
+ stateSetSoundMakerAllowed(false);
_flag = false;
}