[Scummvm-git-logs] scummvm master -> fae5cda8aa6bc8108d007a869023d43a5eea5021

dreammaster dreammaster at scummvm.org
Mon Feb 20 00:46:52 CET 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
fae5cda8aa TITANIC: Play seasonal music when entering arboretum


Commit: fae5cda8aa6bc8108d007a869023d43a5eea5021
    https://github.com/scummvm/scummvm/commit/fae5cda8aa6bc8108d007a869023d43a5eea5021
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-02-19T18:46:32-05:00

Commit Message:
TITANIC: Play seasonal music when entering arboretum

Changed paths:
    engines/titanic/game/arboretum_gate.cpp


diff --git a/engines/titanic/game/arboretum_gate.cpp b/engines/titanic/game/arboretum_gate.cpp
index 1b13b1a..903f5ef 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);
 	}
 





More information about the Scummvm-git-logs mailing list