diff options
author | Travis Howell | 2005-10-26 05:34:03 +0000 |
---|---|---|
committer | Travis Howell | 2005-10-26 05:34:03 +0000 |
commit | 5981a1c60e8007c6b4c7b016df838ccff14fed6f (patch) | |
tree | df38c1a0eb51bdeb11a026bd4b8c872b5c4cbc93 /scumm | |
parent | 6cb96049fb40b71e5c467d57755d401680c76737 (diff) | |
download | scummvm-rg350-5981a1c60e8007c6b4c7b016df838ccff14fed6f.tar.gz scummvm-rg350-5981a1c60e8007c6b4c7b016df838ccff14fed6f.tar.bz2 scummvm-rg350-5981a1c60e8007c6b4c7b016df838ccff14fed6f.zip |
Add Macintosh version of Baseball2003 & Soccer2004
Add missing Pajama Sam 1 demo
Remove duplicate entry.
svn-id: r19292
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scumm.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 1ce51449b2..7ed05fa6b2 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -718,6 +718,7 @@ static SubstResFileNames substResFileNameTable[] = { { "baseball2001", "Baseball 2001 Demo", kGenMac }, { "baseball2001", "Baseball 2001", kGenMac }, { "baseball2001", "baseball 2001", kGenPC }, + { "Baseball2003", "Baseball 2003", kGenMac }, { "basketball", "Basketball", kGenMac }, { "BluesABCTimeDemo", "BluesABCTimeDemo", kGenMac }, { "chase", "Cheese Chase", kGenMac }, @@ -769,6 +770,7 @@ static SubstResFileNames substResFileNameTable[] = { { "mustard", "Mustard", kGenMac }, { "pajama", "Pajama Sam", kGenMac }, { "pajama", "PajamaNHD", kGenPC }, + { "pajama", "PJS-DEMO", kGenPC }, { "pajama", "SAMDEMO", kGenPC }, { "pajama", "SAMDEMO", kGenMac }, // FR Mac demo { "pajama2", "Pajama Sam 2", kGenMac }, @@ -788,7 +790,6 @@ static SubstResFileNames substResFileNameTable[] = { { "pjgames", "PJGames", kGenMac }, { "puttcircus", "circdemo", kGenPC }, { "puttcircus", "Putt Circus Demo", kGenMac }, - { "puttcircus", "Putt Circus Demo", kGenMac }, { "puttcircus", "Putt Circus", kGenMac }, { "puttmoon", "moondemo", kGenPC }, { "puttmoon", "Putt-Putt Moon Demo", kGenMacNoParens }, @@ -820,6 +821,7 @@ static SubstResFileNames substResFileNameTable[] = { { "puttzoo", "Zoo Demo", kGenMac }, { "SamsFunShop", "Sam's FunShop", kGenMac }, { "soccer", "Soccer", kGenMac }, + { "Soccer2004", "Soccer 2004", kGenMac }, { "socks", "SockWorks", kGenMac }, { "spyfox", "FoxDemo", kGenMac }, { "spyfox", "foxdemo", kGenPC}, |