aboutsummaryrefslogtreecommitdiff
path: root/saga/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/game.cpp')
-rw-r--r--saga/game.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/game.cpp b/saga/game.cpp
index 99b0bfd2ea..e54fd58551 100644
--- a/saga/game.cpp
+++ b/saga/game.cpp
@@ -129,8 +129,8 @@ GAME_FILEDESC IHNMDEMO_GameFiles[] = {
// I Have No Mouth and I Must Scream - Retail CD version
GAME_FILEDESC IHNMCD_GameFiles[] = {
- {"MUSICFM.RES", GAME_MUSICFILE},
- {"MUSICGM.RES", GAME_MUSICFILE},
+ {"MUSICFM.RES", GAME_MUSICFILE_FM},
+ {"MUSICGM.RES", GAME_MUSICFILE_GM},
{"SCREAM.RES", GAME_RESOURCEFILE},
{"SCRIPTS.RES", GAME_SCRIPTFILE},
{"SFX.RES", GAME_SOUNDFILE},