[Scummvm-cvs-logs] CVS: scummvm/scumm scummvm.cpp,2.305,2.306
Max Horn
fingolfin at users.sourceforge.net
Thu Jul 31 15:58:03 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv2212
Modified Files:
scummvm.cpp
Log Message:
added support for FT mac demo
Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 2.305
retrieving revision 2.306
diff -u -d -r2.305 -r2.306
--- scummvm.cpp 31 Jul 2003 18:55:29 -0000 2.305
+++ scummvm.cpp 31 Jul 2003 22:57:04 -0000 2.306
@@ -155,6 +155,9 @@
/* Scumm Version 7 */
{"ft", "Full Throttle", GID_FT, 7, VersionSettings::ADLIB_DONT_CARE,
GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE, 0},
+ {"ftdemo", "Full Throttle", GID_FT, 7, VersionSettings::ADLIB_DONT_CARE,
+ GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE, 0},
+
{"dig", "The Dig", GID_DIG, 7, VersionSettings::ADLIB_DONT_CARE,
GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE, 0},
More information about the Scummvm-git-logs
mailing list