From fae5cda8aa6bc8108d007a869023d43a5eea5021 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 19 Feb 2017 18:46:32 -0500 Subject: TITANIC: Play seasonal music when entering arboretum --- engines/titanic/game/arboretum_gate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic') 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); } -- cgit v1.2.3