[Scummvm-cvs-logs] CVS: scummvm/scumm scummvm.cpp,2.555,2.556
Max Horn
fingolfin at users.sourceforge.net
Sun Jan 18 12:48:02 CET 2004
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv21095/scumm
Modified Files:
scummvm.cpp
Log Message:
undo this change (proper warning fix was applied to gameDetector.h)
Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 2.555
retrieving revision 2.556
diff -u -d -r2.555 -r2.556
--- scummvm.cpp 18 Jan 2004 20:22:32 -0000 2.555
+++ scummvm.cpp 18 Jan 2004 20:47:17 -0000 2.556
@@ -202,9 +202,9 @@
/* Scumm Version 8 */
{"comi", "The Curse of Monkey Island", GID_CMI, 8, MDT_NONE,
- GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE | (uint32)GF_DEFAULT_TO_1X_SCALER, 0},
+ GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE | GF_DEFAULT_TO_1X_SCALER, 0},
{"comidemo", "The Curse of Monkey Island (Demo)", GID_CMI, 8, MDT_NONE,
- GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE | (uint32)GF_DEFAULT_TO_1X_SCALER | GF_DEMO, "comi"},
+ GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE | GF_DEFAULT_TO_1X_SCALER | GF_DEMO, "comi"},
/* Note that both full versions of Humongous games and demos were often released for
* several interpreter versions... */
More information about the Scummvm-git-logs
mailing list