diff options
| author | Travis Howell | 2005-01-29 03:49:15 +0000 |
|---|---|---|
| committer | Travis Howell | 2005-01-29 03:49:15 +0000 |
| commit | cd5aef92f0c92cf458bb93e1c1944352a96bf8a0 (patch) | |
| tree | f2cada9877e808674877f147b9e936d42d4417dd | |
| parent | 6b6830c688dda0fc10187fb5b049e088664acb00 (diff) | |
| download | scummvm-rg350-cd5aef92f0c92cf458bb93e1c1944352a96bf8a0.tar.gz scummvm-rg350-cd5aef92f0c92cf458bb93e1c1944352a96bf8a0.tar.bz2 scummvm-rg350-cd5aef92f0c92cf458bb93e1c1944352a96bf8a0.zip | |
Add a few
svn-id: r16687
| -rw-r--r-- | scumm/scumm.cpp | 9 | ||||
| -rw-r--r-- | tools/scumm-md5.txt | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 50fd0b75b4..599bbfe7f1 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -442,18 +442,25 @@ static struct heMacFileNames { } heMacFileNameTable[] = { { "Intentionally/left/blank", "", false}, { "airdemo", "Airport Demo", true}, + { "f3-mdemo", "F3-Mdemo", true }, { "f4-demo", "Freddi 4 Demo", true }, { "farmdemo", "Farm Demo", true}, { "fbdemo", "Fatty Bear Demo", false }, - { "footdemo", "FoorBall Demo", true }, + { "ff2-demo", "Freddi Fish 2 Demo", true }, + { "footdemo", "FootBall Demo", true }, + { "foxdemo", "FoxDemo", true }, { "freddemo", "Freddi Demo", true }, + { "kinddemo", "Kinddemo", true }, { "moondemo", "Putt-Putt Moon Demo", false }, { "pajama", "Pajama Sam", true}, + { "pajama2", "Pajama Sam 2", true}, { "pj3-demo", "Pajama Sam 3-Demo", true }, + { "pjs-demo", "Pajama Sam Demo", true }, { "circdemo", "Putt Circus Demo", true }, { "puttdemo", "Putt-Putt's Demo", false }, { "sf2-demo", "Spy Fox 2 - Demo", true }, { "spyozon", "SpyOzon", true }, + { "timedemo", "TimeDemo", true }, { "zoodemo", "Puttzoo Demo", true }, { "zoodemo", "Zoo Demo", true} }; diff --git a/tools/scumm-md5.txt b/tools/scumm-md5.txt index f86fdf715c..92e3c46133 100644 --- a/tools/scumm-md5.txt +++ b/tools/scumm-md5.txt @@ -318,7 +318,7 @@ Pajama Sam 1: No Need to Hide When It's Dark Outside Demo Windows en d7ab7cd6105546016e6a0d46fb36b964 pjsamdemo khalek Pajama Sam 2: Thunder and Lightning Aren't so Frightening - - Windows en d4e79c3d8645b8266cd78c325bc35154 pajama2 Kirben + - All en d4e79c3d8645b8266cd78c325bc35154 pajama2 Kirben Demo All en 36a6750e03fb505fc19fc2bf3e4dbe91 pj2demo sev Pajama Sam 3: You Are What You Eat From Your Head to Your Feet |
