aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2004-07-30 11:47:27 +0000
committerTravis Howell2004-07-30 11:47:27 +0000
commitb0c3b8838f79c7c1a16a92ec601797361beb61f8 (patch)
treebd09188e6a9c55a3c386d66e44094e29ed9fddc6 /simon
parentd5b1a7cacaa019af4aa22631c291d1b687ccc151 (diff)
downloadscummvm-rg350-b0c3b8838f79c7c1a16a92ec601797361beb61f8.tar.gz
scummvm-rg350-b0c3b8838f79c7c1a16a92ec601797361beb61f8.tar.bz2
scummvm-rg350-b0c3b8838f79c7c1a16a92ec601797361beb61f8.zip
Switch detect filename back to prevent conflict for now.
svn-id: r14368
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 2b48a0bb42..8424996d1a 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -63,7 +63,7 @@ struct SimonGameSettings {
static const SimonGameSettings simon_settings[] = {
// Simon the Sorcerer 1 & 2 (not SCUMM games)
- {"simon1acorn", "Simon the Sorcerer 1 (Acorn)", GAME_SIMON1ACORN, "GAMEBASE"},
+ {"simon1acorn", "Simon the Sorcerer 1 (Acorn)", GAME_SIMON1ACORN, "DATA"},
{"simon1dos", "Simon the Sorcerer 1 (DOS)", GAME_SIMON1DOS, "GAMEPC"},
{"simon1amiga", "Simon the Sorcerer 1 (Amiga)", GAME_SIMON1AMIGA, "gameamiga"},
{"simon2dos", "Simon the Sorcerer 2 (DOS)", GAME_SIMON2DOS, "GAME32"},