[Scummvm-cvs-logs] scummvm master -> cf845c6dbb6c57f65255e0abd70524d9b9187dd5

dreammaster dreammaster at scummvm.org
Sat Mar 7 00:45:42 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:
cf845c6dbb MADS: Another car opening animation fix


Commit: cf845c6dbb6c57f65255e0abd70524d9b9187dd5
    https://github.com/scummvm/scummvm/commit/cf845c6dbb6c57f65255e0abd70524d9b9187dd5
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-03-06T18:40:53-05:00

Commit Message:
MADS: Another car opening animation fix

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 b500323..43c8193 100644
--- a/engines/mads/nebular/nebular_scenes6.cpp
+++ b/engines/mads/nebular/nebular_scenes6.cpp
@@ -2766,7 +2766,7 @@ void Scene609::actions() {
 		case 0:
 			_game._player._stepEnabled = false;
 			_scene->_sequences.remove(_globals._sequenceIndexes[1]);
-			_globals._sequenceIndexes[1] = _scene->_sequences.startPingPongCycle(_globals._spriteIndexes[1], false, 6, 1, 0, 0);
+			_globals._sequenceIndexes[1] = _scene->_sequences.addReverseSpriteCycle(_globals._spriteIndexes[1], false, 6, 1, 0, 0);
 			_scene->_sequences.setDepth(_globals._sequenceIndexes[1], 5);
 			_scene->_sequences.addSubEntry(_globals._sequenceIndexes[1], SEQUENCE_TRIGGER_EXPIRE, 0, 1);
 			break;






More information about the Scummvm-git-logs mailing list