aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic')
-rw-r--r--engines/titanic/game/arboretum_gate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/arboretum_gate.cpp b/engines/titanic/game/arboretum_gate.cpp
index 1b13b1a65e..903f5efb54 100644
--- a/engines/titanic/game/arboretum_gate.cpp
+++ b/engines/titanic/game/arboretum_gate.cpp
@@ -303,7 +303,7 @@ bool CArboretumGate::TurnOff(CTurnOff *msg) {
}
_disabled = true;
- CArboretumGateMsg gateMsg;
+ CArboretumGateMsg gateMsg(1);
gateMsg.execute("Arboretum", nullptr, MSGFLAG_SCAN);
}