diff options
| -rw-r--r-- | engines/titanic/game/sgt/chest_of_drawers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
