[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.138,1.139

Max Horn fingolfin at users.sourceforge.net
Wed Aug 25 17:36:25 CEST 2004


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

Modified Files:
	scumm.cpp 
Log Message:
Support Mac DOTT straight from the disk (note: those fooMac targets may be removed again in the near future)

Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -d -r1.138 -r1.139
--- scumm.cpp	25 Aug 2004 07:10:12 -0000	1.138
+++ scumm.cpp	26 Aug 2004 00:35:32 -0000	1.139
@@ -157,6 +157,8 @@
 	/* Scumm Version 6 */
 	{"tentacle", "Day Of The Tentacle", GID_TENTACLE, 6, 0, /*MDT_PCSPK |*/ MDT_ADLIB | MDT_NATIVE,
 	 GF_NEW_OPCODES | GF_USE_KEY, 0, 0},
+	{"tentacleMac", "Day Of The Tentacle", GID_TENTACLE, 6, 0, /*MDT_PCSPK |*/ MDT_ADLIB | MDT_NATIVE,
+	 GF_NEW_OPCODES | GF_USE_KEY, "tentacle", "Day Of The Tentacle Data"},
 	{"dottdemo", "Day Of The Tentacle (Demo)", GID_TENTACLE, 6, 0, /*MDT_PCSPK |*/ MDT_ADLIB | MDT_NATIVE,
 	 GF_NEW_OPCODES | GF_USE_KEY, 0, 0},
 





More information about the Scummvm-git-logs mailing list