aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2003-03-10 03:47:29 +0000
committerTravis Howell2003-03-10 03:47:29 +0000
commitdb7f5f309948411ef39dc0fb3c81c058b44f62eb (patch)
treea477bfb80981d574d17b5221e81e3ef07005f818 /simon
parent7c147e4771cbf8ad8216fafe8a889cd3e7170234 (diff)
downloadscummvm-rg350-db7f5f309948411ef39dc0fb3c81c058b44f62eb.tar.gz
scummvm-rg350-db7f5f309948411ef39dc0fb3c81c058b44f62eb.tar.bz2
scummvm-rg350-db7f5f309948411ef39dc0fb3c81c058b44f62eb.zip
Reduce targets
svn-id: r6792
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 48d95c6801..f7f9fcef04 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -48,10 +48,8 @@ static const VersionSettings simon_settings[] = {
{"simon1cd32", "Simon the Sorcerer 1 Talkie for Amiga CD32", GID_SIMON_FIRST, 99, 99, 99, GAME_SIMON1CD32, "gameamiga"},
{"simon2win", "Simon the Sorcerer 2 Talkie for Windows", GID_SIMON_FIRST, 99, 99, 99, GAME_SIMON2WIN, "GSPTR30"},
{"simon2win", "Simon the Sorcerer 2 Talkie for Windows", GID_SIMON_FIRST, 99, 99, 99, GAME_SIMON2WIN, "GSPTR30."},
- {"simon2amiga", "Simon the Sorcerer 2 Talkie for Amiga", GID_SIMON_FIRST, 99, 99, 99, GAME_SIMON2MAC, "GSPTR30"},
- {"simon2mac", "Simon the Sorcerer 2 Talkie for Mac", GID_SIMON_FIRST, 99, 99, 99, GAME_SIMON2MAC, "GSPTR30"},
+ {"simon2mac", "Simon the Sorcerer 2 Talkie for Amiga or Mac", GID_SIMON_FIRST, 99, 99, 99, GAME_SIMON2MAC, "GSPTR30"},
{"simon1demo", "Simon the Sorcerer 1 for DOS (Demo)", GID_SIMON_FIRST, 99, 99, 99, GAME_SIMON1DEMO, "GDEMO"},
- {"simon2demo", "Simon the Sorcerer 2 Talkie for DOS (Demo)", GID_SIMON_FIRST, 99, 99, 99, GAME_SIMON2TALKIE, "GSPTR30"},
{NULL, NULL, 0, 0, 0, 0, 0, NULL}
};