[Scummvm-git-logs] scummvm master -> 8f46d3e66e4d71b9c882b2bd6b11e733e95eeeb3

dreammaster dreammaster at scummvm.org
Fri Aug 11 04:14:38 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:
8f46d3e66e TITANIC: Fix reinflating SGT bed after deflating it


Commit: 8f46d3e66e4d71b9c882b2bd6b11e733e95eeeb3
    https://github.com/scummvm/scummvm/commit/8f46d3e66e4d71b9c882b2bd6b11e733e95eeeb3
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-08-10T22:14:32-04:00

Commit Message:
TITANIC: Fix reinflating SGT bed after deflating it

Changed paths:
    engines/titanic/game/sgt/bedhead.cpp


diff --git a/engines/titanic/game/sgt/bedhead.cpp b/engines/titanic/game/sgt/bedhead.cpp
index 1356afe..756111b 100644
--- a/engines/titanic/game/sgt/bedhead.cpp
+++ b/engines/titanic/game/sgt/bedhead.cpp
@@ -159,7 +159,7 @@ bool CBedhead::TurnOff(CTurnOff *msg) {
 			_statics->_bedhead = entry._name4;
 			playMovie(entry._startFrame, entry._endFrame, MOVIE_NOTIFY_OBJECT | MOVIE_WAIT_FOR_FINISH);
 			playSound("193_436_bed fold up 1.wav");
-			_isClosed = false;
+			_isClosed = true;
 		}
 	}
 





More information about the Scummvm-git-logs mailing list