[Scummvm-cvs-logs] scummvm master -> 0e03995463c7ae2c297066c89f2fb55569be0392

dreammaster dreammaster at scummvm.org
Wed Mar 11 02:17:01 CET 2015


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:
0e03995463 MADS: Fix display of crack and background in ship


Commit: 0e03995463c7ae2c297066c89f2fb55569be0392
    https://github.com/scummvm/scummvm/commit/0e03995463c7ae2c297066c89f2fb55569be0392
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-03-10T21:16:01-04:00

Commit Message:
MADS: Fix display of crack and background in ship

Changed paths:
    engines/mads/nebular/nebular_scenes8.cpp



diff --git a/engines/mads/nebular/nebular_scenes8.cpp b/engines/mads/nebular/nebular_scenes8.cpp
index 24a1855..1a8e7ef 100644
--- a/engines/mads/nebular/nebular_scenes8.cpp
+++ b/engines/mads/nebular/nebular_scenes8.cpp
@@ -904,10 +904,10 @@ void Scene804::enter() {
 			_game._player._stepEnabled = false;
 		}
 	} else {
-		if (_globals[kBeamIsUp] == 0)
+		if (_globals[kBeamIsUp])
 			_globals._sequenceIndexes[8] = _scene->_sequences.startCycle(_globals._spriteIndexes[8], false, 1);
 
-		if (_globals[kWindowFixed] == 0)
+		if (_globals[kWindowFixed])
 			_globals._sequenceIndexes[4] = _scene->_sequences.startCycle(_globals._spriteIndexes[4], false, 1);
 
 		_globals._sequenceIndexes[1] = _scene->_sequences.startCycle(_globals._spriteIndexes[1], false, 1);






More information about the Scummvm-git-logs mailing list