[Scummvm-git-logs] scummvm master -> f58156aba003a6be069b432959e9fe7f2311539d
dreammaster
dreammaster at scummvm.org
Thu Sep 7 01:07:20 CEST 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:
f58156aba0 TITANIC: Fix gfx glitch closing SGT chest of drawers
Commit: f58156aba003a6be069b432959e9fe7f2311539d
https://github.com/scummvm/scummvm/commit/f58156aba003a6be069b432959e9fe7f2311539d
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-09-06T19:07:12-04:00
Commit Message:
TITANIC: Fix gfx glitch closing SGT chest of drawers
Changed paths:
engines/titanic/game/sgt/chest_of_drawers.cpp
diff --git a/engines/titanic/game/sgt/chest_of_drawers.cpp b/engines/titanic/game/sgt/chest_of_drawers.cpp
index 648308f..d2d40c8 100644
--- a/engines/titanic/game/sgt/chest_of_drawers.cpp
+++ b/engines/titanic/game/sgt/chest_of_drawers.cpp
@@ -55,7 +55,7 @@ bool CChestOfDrawers::TurnOn(CTurnOn *msg) {
bool CChestOfDrawers::TurnOff(CTurnOff *msg) {
if (_statics->_chestOfDrawers == "Open" && _statics->_drawer == "Closed") {
- CVisibleMsg visibleMsg;
+ CVisibleMsg visibleMsg(false);
visibleMsg.execute("Drawer");
_statics->_chestOfDrawers = "Closed";
_isClosed = true;
More information about the Scummvm-git-logs
mailing list