From cd5aef92f0c92cf458bb93e1c1944352a96bf8a0 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 29 Jan 2005 03:49:15 +0000 Subject: Add a few svn-id: r16687 --- scumm/scumm.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'scumm') 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} }; -- cgit v1.2.3