diff options
author | Travis Howell | 2003-03-20 13:47:26 +0000 |
---|---|---|
committer | Travis Howell | 2003-03-20 13:47:26 +0000 |
commit | c36c32fd3910168ecee6538b6d4e00f87ab833d9 (patch) | |
tree | 6f3027459f9a7ab54f57c9d5d64cdbf42a105994 | |
parent | c4ee1cdf001cf5be6a2ae333e15c88b65c4cee18 (diff) | |
download | scummvm-rg350-c36c32fd3910168ecee6538b6d4e00f87ab833d9.tar.gz scummvm-rg350-c36c32fd3910168ecee6538b6d4e00f87ab833d9.tar.bz2 scummvm-rg350-c36c32fd3910168ecee6538b6d4e00f87ab833d9.zip |
simon1amiga should be disabled for now
svn-id: r6839
-rw-r--r-- | simon/simon.cpp | 2 |
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"}, |