From f58156aba003a6be069b432959e9fe7f2311539d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 6 Sep 2017 19:07:12 -0400 Subject: TITANIC: Fix gfx glitch closing SGT chest of drawers --- engines/titanic/game/sgt/chest_of_drawers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/titanic/game/sgt/chest_of_drawers.cpp b/engines/titanic/game/sgt/chest_of_drawers.cpp index 648308fc8f..d2d40c8e99 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; -- cgit v1.2.3