[Scummvm-cvs-logs] scummvm master -> 4c765121bc0b49a115d2248850d9798303e46853

dreammaster dreammaster at scummvm.org
Wed Mar 11 01:19: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:
4c765121bc MADS: Fix door closing anim when leaving video store


Commit: 4c765121bc0b49a115d2248850d9798303e46853
    https://github.com/scummvm/scummvm/commit/4c765121bc0b49a115d2248850d9798303e46853
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-03-10T20:18:42-04:00

Commit Message:
MADS: Fix door closing anim when leaving 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 11e3ff7..7887044 100644
--- a/engines/mads/nebular/nebular_scenes6.cpp
+++ b/engines/mads/nebular/nebular_scenes6.cpp
@@ -2574,7 +2574,7 @@ void Scene609::step() {
 
 	case 62:
 		_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->_hotspots.activate(NOUN_VIDEO_STORE_DOOR, true);
 		_scene->_sequences.setDepth(_globals._sequenceIndexes[2], 9);
 		_scene->_sequences.addSubEntry(_globals._sequenceIndexes[2], SEQUENCE_TRIGGER_EXPIRE, 0, 63);






More information about the Scummvm-git-logs mailing list