[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.298,1.299

kirben kirben at users.sourceforge.net
Fri Jan 28 20:24:02 CET 2005


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20903/scumm

Modified Files:
	scumm.cpp 
Log Message:

Add a few more


Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.298
retrieving revision 1.299
diff -u -d -r1.298 -r1.299
--- scumm.cpp	29 Jan 2005 03:49:15 -0000	1.298
+++ scumm.cpp	29 Jan 2005 04:23:46 -0000	1.299
@@ -442,25 +442,40 @@
 } 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}
 };





More information about the Scummvm-git-logs mailing list