aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/nebular_scenes6.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-03-06 18:40:53 -0500
committerPaul Gilbert2015-03-06 18:40:53 -0500
commitcf845c6dbb6c57f65255e0abd70524d9b9187dd5 (patch)
tree7b5a28e8e6f48e981b8ee3668c67e602d5ce2168 /engines/mads/nebular/nebular_scenes6.cpp
parent763a962e1456fd8402be4992ab9069e9e507ebc8 (diff)
downloadscummvm-rg350-cf845c6dbb6c57f65255e0abd70524d9b9187dd5.tar.gz
scummvm-rg350-cf845c6dbb6c57f65255e0abd70524d9b9187dd5.tar.bz2
scummvm-rg350-cf845c6dbb6c57f65255e0abd70524d9b9187dd5.zip
MADS: Another car opening animation fix
Diffstat (limited to 'engines/mads/nebular/nebular_scenes6.cpp')
-rw-r--r--engines/mads/nebular/nebular_scenes6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/nebular/nebular_scenes6.cpp b/engines/mads/nebular/nebular_scenes6.cpp
index b50032352f..43c8193828 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;