[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.320,1.321

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Fri Feb 11 00:18:08 CET 2005


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

Modified Files:
	scumm.cpp 
Log Message:
Added "PuttPuttTTT" as an alias for "putttime", since that's what my copy
of the game uses. (Unfortunately the data files do not all use the same
capitilization. Some are named "PuttPuttTTT"-something, while others are
named "puttputtTTT"-something.)


Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.320
retrieving revision 1.321
diff -u -d -r1.320 -r1.321
--- scumm.cpp	11 Feb 2005 04:17:24 -0000	1.320
+++ scumm.cpp	11 Feb 2005 08:17:23 -0000	1.321
@@ -502,6 +502,7 @@
 	{ "puttputt", "Putt-Putt Parade", kGenMacNoParens },
 	{ "PuttsFunShop", "Putt's FunShop", kGenMac },
 	{ "putttime", "PuttTTT", kGenPC },
+	{ "putttime", "PuttPuttTTT", kGenPC },
 	{ "puttzoo", "PuttZoo", kGenMac },
 	{ "racedemo", "RaceDemo", kGenMac },
 	{ "SamsFunShop", "Sam's FunShop", kGenMac },





More information about the Scummvm-git-logs mailing list