diff options
author | Eugene Sandulenko | 2005-02-11 04:08:21 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-02-11 04:08:21 +0000 |
commit | b4295347f8d6b1697c08612f46a8e4628d452c09 (patch) | |
tree | b5d0e55bc8d91eab90b9c6b20fa309fb2e71c745 | |
parent | 1ed02817b89cba6b5f7594cccb0329c775ebe6fc (diff) | |
download | scummvm-rg350-b4295347f8d6b1697c08612f46a8e4628d452c09.tar.gz scummvm-rg350-b4295347f8d6b1697c08612f46a8e4628d452c09.tar.bz2 scummvm-rg350-b4295347f8d6b1697c08612f46a8e4628d452c09.zip |
Few more targets eliminated. Though they never existed. Need to check this
with joostp.
svn-id: r16766
-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 7dc07a1164..0748f022b4 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -465,6 +465,7 @@ static struct substDataFileNames { { "dog", "Dog on a Stick", kGenMac}, { "f3-mdemo", "F3-Mdemo", kGenMac }, { "f4-demo", "Freddi 4 Demo", kGenMac }, + { "f4-demo", "ff4demo", kGenPC }, // FIXME: check this with joostp. Used by NL version? { "farmdemo", "Farm Demo", kGenMac}, { "fbear", "Fatty Bear", kGenMacNoParens }, { "fbdemo", "Fatty Bear Demo", kGenMacNoParens }, @@ -489,6 +490,7 @@ static struct substDataFileNames { { "pajama2", "Pajama Sam 2", kGenMac}, { "pj2demo", "PJ2Demo", kGenMac }, { "pj3-demo", "Pajama Sam 3-Demo", kGenMac }, + { "pj3-demo", "pj3demo", kGenPC }, // FIXME: check this with joostp. Used by NL version? { "pjs-demo", "Pajama Sam Demo", kGenMac }, { "pjs-demo", "PjSamDemo", kGenPC }, { "pjs-demo", "PjSamDemo", kGenMac }, @@ -498,11 +500,11 @@ static struct substDataFileNames { { "puttputt", "Putt-Putt Parade", kGenMacNoParens }, { "PuttsFunShop", "Putt's FunShop", kGenMac }, { "putttime", "PuttTTT", kGenPC }, - { "putttime-demo", "TimeDemo", kGenMac }, { "puttzoo", "PuttZoo", kGenMac }, { "racedemo", "RaceDemo", kGenMac }, { "SamsFunShop", "Sam's FunShop", kGenMac }, { "sf2-demo", "Spy Fox 2 - Demo", kGenMac }, + { "sf2-demo", "sf2demo", kGenPC }, // FIXME: check this with joostp. Used by NL version? { "sf3-demo", "Spy Ozone Demo", kGenMac }, { "socks", "SockWorks", kGenMac }, { "spyfox", "SPYFox", kGenMac }, |