[Scummvm-cvs-logs] CVS: scummvm/saga game.cpp,1.7,1.8
Torbj?rn Andersson
eriktorbjorn at users.sourceforge.net
Sat May 1 02:37:00 CEST 2004
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/saga ihnm_introproc.cpp,1.3,1.4 ihnm_introproc.h,1.1,1.2 image.cpp,1.3,1.4 image.h,1.3,1.4 image_mod.h,1.2,1.3
- Next message: [Scummvm-cvs-logs] CVS: scummvm/saga scene.cpp,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27677
Modified Files:
game.cpp
Log Message:
Fixed warning. The R_GAMEDESC for the disk version of ITE didn't initialise
the gd_suppoerted flag, so I set it to 0.
Index: game.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/game.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- game.cpp 1 May 2004 09:07:31 -0000 1.7
+++ game.cpp 1 May 2004 09:36:02 -0000 1.8
@@ -180,6 +180,7 @@
ITEDISK_GameFonts,
&ITE_GameSound,
Verify_ITEDISK,
+ 0
},
// Inherit the earth - CD version
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/saga ihnm_introproc.cpp,1.3,1.4 ihnm_introproc.h,1.1,1.2 image.cpp,1.3,1.4 image.h,1.3,1.4 image_mod.h,1.2,1.3
- Next message: [Scummvm-cvs-logs] CVS: scummvm/saga scene.cpp,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list