Skip to content

Commit

Permalink
MADS: Formatting fix in scene 213 enter
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed May 29, 2014
1 parent 1e79f55 commit 5eaddc5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions engines/mads/nebular/nebular_scenes2.cpp
Expand Up @@ -4971,13 +4971,14 @@ void Scene213::enter() {
teleporterEnter();

// The original is calling Scene2xx::sceneEntrySound()
if (_vm->_musicFlag) {
if (_globals[kMeteorologistWatch] == METEOROLOGIST_NORMAL)
_vm->_sound->command(1);
else
_vm->_sound->command(9);
} else
_vm->_sound->command(2);
if (_vm->_musicFlag) {
if (_globals[kMeteorologistWatch] == METEOROLOGIST_NORMAL)
_vm->_sound->command(1);
else
_vm->_sound->command(9);
} else {
_vm->_sound->command(2);
}
}

void Scene213::step() {
Expand Down

0 comments on commit 5eaddc5

Please sign in to comment.