[Scummvm-cvs-logs] scummvm master -> 6454c5f35d2fa7d749266bcdb9346944dd6709d0

dreammaster dreammaster at scummvm.org
Sun Mar 8 16:51:10 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:
6454c5f35d MADS: Fix closing door animation for video store


Commit: 6454c5f35d2fa7d749266bcdb9346944dd6709d0
    https://github.com/scummvm/scummvm/commit/6454c5f35d2fa7d749266bcdb9346944dd6709d0
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-03-08T11:49:47-04:00

Commit Message:
MADS: Fix closing door animation for video store

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



diff --git a/engines/mads/nebular/nebular_scenes6.cpp b/engines/mads/nebular/nebular_scenes6.cpp
index c862017..11e3ff7 100644
--- a/engines/mads/nebular/nebular_scenes6.cpp
+++ b/engines/mads/nebular/nebular_scenes6.cpp
@@ -2690,7 +2690,7 @@ void Scene609::enterStore() {
 
 	case 7:
 		_scene->_sequences.remove(_globals._sequenceIndexes[2]);
-		_globals._sequenceIndexes[2] = _scene->_sequences.startPingPongCycle(_globals._spriteIndexes[2], false, 7, 1, 0, 0);
+		_globals._sequenceIndexes[2] = _scene->_sequences.addReverseSpriteCycle(_globals._spriteIndexes[2], false, 7, 1, 0, 0);
 		_scene->_sequences.setDepth(_globals._sequenceIndexes[2], 9);
 		_scene->_sequences.addSubEntry(_globals._sequenceIndexes[2], SEQUENCE_TRIGGER_EXPIRE, 0, 8);
 		break;






More information about the Scummvm-git-logs mailing list