[Scummvm-cvs-logs] CVS: scummvm/scumm scummvm.cpp,2.480,2.481

Travis Howell kirben at users.sourceforge.net
Mon Nov 17 18:21:05 CET 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv3609/scumm

Modified Files:
	scummvm.cpp 
Log Message:

Add back full throttle pc demo target


Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 2.480
retrieving revision 2.481
diff -u -d -r2.480 -r2.481
--- scummvm.cpp	17 Nov 2003 21:16:43 -0000	2.480
+++ scummvm.cpp	18 Nov 2003 02:20:12 -0000	2.481
@@ -186,8 +186,11 @@
 	/* Scumm Version 7 */
 	{"ft", "Full Throttle", GID_FT, 7, MDT_NONE,
 	 GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE},
-	{"ftdemo", "Full Throttle (PC Demo)", GID_FT, 7, MDT_NONE,
+	{"ftdemo", "Full Throttle (Mac. Demo)", GID_FT, 7, MDT_NONE,
+	 GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE},
+	{"ftpcdemo", "Full Throttle (PC Demo)", GID_FT, 7, MDT_NONE,
 	 GF_DEMO | GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE},
+
 
 	{"dig", "The Dig", GID_DIG, 7, MDT_NONE,
 	 GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE},





More information about the Scummvm-git-logs mailing list