Skip to content

Commit

Permalink
MADS: Fix door closing anim when leaving video store
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Mar 11, 2015
1 parent 98f77a6 commit 4c76512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/mads/nebular/nebular_scenes6.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 4c76512

Please sign in to comment.