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

dreammaster dreammaster at scummvm.org
Mon Dec 19 02:19:29 CET 2016


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:
fe85d4081c TITANIC: Fix visiblity of elevator heads


Commit: fe85d4081c0805ce6777dfc0ba899c120d6ad9b4
    https://github.com/scummvm/scummvm/commit/fe85d4081c0805ce6777dfc0ba899c120d6ad9b4
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-12-18T20:19:29-05:00

Commit Message:
TITANIC: Fix visiblity of elevator heads

Changed paths:
    engines/titanic/core/background.cpp


diff --git a/engines/titanic/core/background.cpp b/engines/titanic/core/background.cpp
index e9e8aa0..9f22f1e 100644
--- a/engines/titanic/core/background.cpp
+++ b/engines/titanic/core/background.cpp
@@ -71,7 +71,7 @@ bool CBackground::SetFrameMsg(CSetFrameMsg *msg) {
 }
 
 bool CBackground::VisibleMsg(CVisibleMsg *msg) {
-	setVisible(msg->_visible);
+	setVisible(!_visible);
 	return true;
 }
 





More information about the Scummvm-git-logs mailing list