diff options
author | Travis Howell | 2005-01-29 04:23:46 +0000 |
---|---|---|
committer | Travis Howell | 2005-01-29 04:23:46 +0000 |
commit | 96750ceda37b3c4273d6abcf0ba005b1b8ba20f0 (patch) | |
tree | c469e3aec4c0c56bfd8517b70ba8538bb99e39f7 /scumm | |
parent | cd5aef92f0c92cf458bb93e1c1944352a96bf8a0 (diff) | |
download | scummvm-rg350-96750ceda37b3c4273d6abcf0ba005b1b8ba20f0.tar.gz scummvm-rg350-96750ceda37b3c4273d6abcf0ba005b1b8ba20f0.tar.bz2 scummvm-rg350-96750ceda37b3c4273d6abcf0ba005b1b8ba20f0.zip |
Add a few more
svn-id: r16688
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scumm.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 599bbfe7f1..cd13429076 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -442,25 +442,40 @@ static struct heMacFileNames { } heMacFileNameTable[] = { { "Intentionally/left/blank", "", false}, { "airdemo", "Airport Demo", true}, + { "balloon", "Balloon-O-Rama", true}, + { "chase", "Cheese Chase", true}, + { "dog", "Dog on a Stick", true}, { "f3-mdemo", "F3-Mdemo", true }, { "f4-demo", "Freddi 4 Demo", true }, { "farmdemo", "Farm Demo", true}, { "fbdemo", "Fatty Bear Demo", false }, { "ff2-demo", "Freddi Fish 2 Demo", true }, + { "ffhsdemo", "FFHSDemo", true }, { "footdemo", "FootBall Demo", true }, { "foxdemo", "FoxDemo", true }, { "freddemo", "Freddi Demo", true }, { "kinddemo", "Kinddemo", true }, + { "lost", "Lost and Found", true}, + { "maze", "Maze Madness", true}, { "moondemo", "Putt-Putt Moon Demo", false }, + { "mustard", "Mustard", true}, { "pajama", "Pajama Sam", true}, { "pajama2", "Pajama Sam 2", true}, + { "pj2demo", "PJ2Demo", true }, { "pj3-demo", "Pajama Sam 3-Demo", true }, { "pjs-demo", "Pajama Sam Demo", true }, + { "pjsamdemo", "PjSamDemo", true }, { "circdemo", "Putt Circus Demo", true }, { "puttdemo", "Putt-Putt's Demo", false }, + { "putttime-demo", "TimeDemo", false }, + { "racedemo", "RaceDemo", true }, { "sf2-demo", "Spy Fox 2 - Demo", true }, + { "socks", "SockWorks", true }, + { "spyfox", "SPYFox", true }, + { "spyfox2", "Spy Fox 2", true }, { "spyozon", "SpyOzon", true }, { "timedemo", "TimeDemo", true }, + { "water", "Water Worries", true }, { "zoodemo", "Puttzoo Demo", true }, { "zoodemo", "Zoo Demo", true} }; |