Skip to content

Commit

Permalink
MADS: Bugfix for entering scene 205 as a man
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegr committed May 27, 2014
1 parent e0c44d3 commit 5a9003f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/mads/nebular/nebular_scenes2.cpp
Expand Up @@ -1234,7 +1234,7 @@ void Scene205::enter() {
_scene->_sequences.setDepth(_globals._sequenceIndexes[8], 2);
_scene->_sequences.addSubEntry(_globals._sequenceIndexes[8], SEQUENCE_TRIGGER_SPRITE, 6, 73);
_scene->_sequences.addSubEntry(_globals._sequenceIndexes[8], SEQUENCE_TRIGGER_SPRITE, 11, 74);
_scene->_sequences.addSubEntry(_globals._sequenceIndexes[8], SEQUENCE_TRIGGER_EXPIRE, 0, 0);
_scene->_sequences.addSubEntry(_globals._sequenceIndexes[8], SEQUENCE_TRIGGER_EXPIRE, 0, 71);
}
sceneEntrySound();
}
Expand Down

0 comments on commit 5a9003f

Please sign in to comment.