diff options
author | Jonathan Gray | 2003-04-29 04:44:00 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-04-29 04:44:00 +0000 |
commit | 2a1280621ab7f14bcbf6830e8695f2dac3b43274 (patch) | |
tree | 296baddeebc9ea12cd726738d6b46a493a080cbe /simon | |
parent | dffb21e78a9dc046c4e2c1d5e17eadd652410ddb (diff) | |
download | scummvm-rg350-2a1280621ab7f14bcbf6830e8695f2dac3b43274.tar.gz scummvm-rg350-2a1280621ab7f14bcbf6830e8695f2dac3b43274.tar.bz2 scummvm-rg350-2a1280621ab7f14bcbf6830e8695f2dac3b43274.zip |
remove now uneeded duplicate targets
svn-id: r7192
Diffstat (limited to 'simon')
-rw-r--r-- | simon/simon.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index ce98832e1d..ec5ac17033 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -43,11 +43,9 @@ static const VersionSettings simon_settings[] = { {"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"}, - {"simon2talkie", "Simon the Sorcerer 2 Talkie for DOS", GID_SIMON_FIRST, 99, 99, 99, GAME_SIMON2TALKIE, "GSPTR30."}, {"simon1win", "Simon the Sorcerer 1 Talkie for Windows", GID_SIMON_FIRST, 99, 99, 99, GAME_SIMON1WIN, "SIMON.GME"}, {"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."}, {"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"}, |