aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2003-03-20 13:47:26 +0000
committerTravis Howell2003-03-20 13:47:26 +0000
commitc36c32fd3910168ecee6538b6d4e00f87ab833d9 (patch)
tree6f3027459f9a7ab54f57c9d5d64cdbf42a105994 /simon
parentc4ee1cdf001cf5be6a2ae333e15c88b65c4cee18 (diff)
downloadscummvm-rg350-c36c32fd3910168ecee6538b6d4e00f87ab833d9.tar.gz
scummvm-rg350-c36c32fd3910168ecee6538b6d4e00f87ab833d9.tar.bz2
scummvm-rg350-c36c32fd3910168ecee6538b6d4e00f87ab833d9.zip
simon1amiga should be disabled for now
svn-id: r6839
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 f7f9fcef04..68278ab1ab 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -39,7 +39,7 @@ extern bool draw_keyboard;
static const VersionSettings simon_settings[] = {
/* Simon the Sorcerer 1 & 2 (not SCUMM games) */
{"simon1dos", "Simon the Sorcerer 1 for DOS", GID_SIMON_FIRST, 99, 99, 99, GAME_SIMON1DOS, "GAMEPC"},
- {"simon1amiga", "Simon the Sorcerer 1 for Amiga", GID_SIMON_FIRST, 99, 99, 99, GAME_SIMON1AMIGA, "gameamiga"},
+// {"simon1amiga", "Simon the Sorcerer 1 for Amiga", GID_SIMON_FIRST, 99, 99, 99, GAME_SIMON1AMIGA, "gameamiga"},
{"simon2dos", "Simon the Sorcerer 2 for DOS", GID_SIMON_FIRST, 99, 99, 99, GAME_SIMON2DOS, "GAME32"},
{"simon1talkie", "Simon the Sorcerer 1 Talkie for DOS", GID_SIMON_FIRST, 99, 99, 99, GAME_SIMON1TALKIE, "SIMON.GME"},
{"simon2talkie", "Simon the Sorcerer 2 Talkie for DOS", GID_SIMON_FIRST, 99, 99, 99, GAME_SIMON2TALKIE, "GSPTR30"},