[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


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





More information about the Scummvm-git-logs mailing list