Changed wrong section

svn-id: r5459
This commit is contained in:
Travis Howell 2002-11-08 02:15:11 +00:00
parent c879445d43
commit 04c1d2f90c

View file

@ -4960,13 +4960,13 @@ void SimonState::playMusic(uint music)
midi.initialize();
midi.play();
} else if (!(_game & GAME_SIMON2)){
} else if (!(_game & GAME_SIMON2) && !(_game & GAME_DEMO)){
midi.shutdown();
if (_game & GAME_TALKIE) {
_game_file->seek(_game_offsets_ptr[gss->MUSIC_INDEX_BASE + music], SEEK_SET);
midi.read_all_songs_old(_game_file);
} else if (_game == GAME_SIMON1DOS) {
} else {
char buf[50];
File *f = new File();
sprintf(buf, "MOD%d.MUS", music);