aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/nebular_scenes5.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-03-10 21:04:36 -0400
committerPaul Gilbert2015-03-10 21:04:36 -0400
commit01c3e3b9d5dcb9393ddb659cf8f01e5dc771b38f (patch)
tree33f0a2f3f62a122bb9f7a763dcd5809f0ba44020 /engines/mads/nebular/nebular_scenes5.cpp
parent879e44a2fb548040fdff83b82445ddea43678f32 (diff)
downloadscummvm-rg350-01c3e3b9d5dcb9393ddb659cf8f01e5dc771b38f.tar.gz
scummvm-rg350-01c3e3b9d5dcb9393ddb659cf8f01e5dc771b38f.tar.bz2
scummvm-rg350-01c3e3b9d5dcb9393ddb659cf8f01e5dc771b38f.zip
MADS: Fix door animations for South Elevator
Diffstat (limited to 'engines/mads/nebular/nebular_scenes5.cpp')
-rw-r--r--engines/mads/nebular/nebular_scenes5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/nebular/nebular_scenes5.cpp b/engines/mads/nebular/nebular_scenes5.cpp
index 7cdc55e03c..98efeba82f 100644
--- a/engines/mads/nebular/nebular_scenes5.cpp
+++ b/engines/mads/nebular/nebular_scenes5.cpp
@@ -2641,7 +2641,7 @@ void Scene513::actions() {
_scene->_sequences.updateTimeout(-1, _globals._sequenceIndexes[4]);
_game._player._visible = true;
_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], 2);
_vm->_sound->command(24);
_scene->_kernelMessages.reset();