aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simon/simon.cpp')
-rw-r--r--simon/simon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 0fbab3db6d..3876e5d4f5 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -4966,7 +4966,7 @@ void SimonState::playMusic(uint music)
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 {
+ } else if (_game == GAME_SIMON1DOS) {
char buf[50];
File *f = new File();
sprintf(buf, "MOD%d.MUS", music);