[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.580,1.581

Eugene Sandulenko sev at users.sourceforge.net
Fri Sep 16 14:03:16 CEST 2005


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

Modified Files:
	scumm.cpp 
Log Message:
Add file substitutions for UK Putt Time release.


Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.580
retrieving revision 1.581
diff -u -d -r1.580 -r1.581
--- scumm.cpp	14 Sep 2005 22:42:06 -0000	1.580
+++ scumm.cpp	16 Sep 2005 21:02:46 -0000	1.581
@@ -708,6 +708,7 @@
 	{ "f3-mdemo", "FF3-DEMO", kGenPC },
 	{ "f4-demo", "ff4demo", kGenPC },
 	{ "f4-demo", "Freddi 4 Demo", kGenMac },
+	{ "f4-demo", "ff4demo", kGenMac },
 	{ "farmdemo", "Farm Demo", kGenMac },
 	{ "fbdemo", "Fatty Bear Demo", kGenMacNoParens },
 	{ "fbear", "Fatty Bear", kGenMacNoParens },
@@ -757,6 +758,7 @@
 	{ "pj2demo", "Pjs2demo", kGenPC },
 	{ "pj3-demo", "Pajama Sam 3-Demo", kGenMac },
 	{ "pj3-demo", "pj3demo", kGenPC },
+	{ "pj3-demo", "pj3demo", kGenMac },
 	{ "pjs-demo", "Pajama Sam Demo", kGenMac },
 	{ "pjs-demo", "PjSamDemo", kGenMac },
 	{ "pjs-demo", "PjSamDemo", kGenPC },
@@ -770,9 +772,11 @@
 	{ "putttime", "PuttTijd", kGenPC },
 	{ "putttime", "PuttTTT", kGenMac },
 	{ "putttime", "PuttTTT", kGenPC },
+	{ "putttime", "PuttPuttTTT", kGenMac },
 	{ "puttzoo", "PuttZoo", kGenMac },
 	{ "racedemo", "500demo", kGenPC },
 	{ "racedemo", "RaceDemo", kGenMac },
+	{ "racedemo", "racedemo", kGenMac },
 	{ "samnmax.000", "Sam & Max Data", kGenAsIs },
 	{ "samnmax.000", "Sam & Max Demo Data", kGenAsIs },
 	{ "samnmax.000", "samnmax.sm0", kGenAsIs }, // Fixes MD5 detection





More information about the Scummvm-git-logs mailing list