[Scummvm-cvs-logs] CVS: scummvm/common gameDetector.h,1.16,1.17

Max Horn fingolfin at users.sourceforge.net
Sat Dec 14 03:54:02 CET 2002


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv550

Modified Files:
	gameDetector.h 
Log Message:
fixed VC++ compile

Index: gameDetector.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- gameDetector.h	14 Dec 2002 01:30:13 -0000	1.16
+++ gameDetector.h	14 Dec 2002 11:53:58 -0000	1.17
@@ -88,15 +88,15 @@
 struct VersionSettings {
 	const char *filename;
 	const char *gamename;
-	const byte id, major, middle, minor;
-	const uint32 features;
-	const char *detectname;
+	byte id, major, middle, minor;
+	uint32 features;
+	char *detectname;
 };
 
 struct MusicDrivers {
 	const char *name;
 	const char *description;
-	const int id;
+	int id;
 };
 
 struct GraphicsModes {





More information about the Scummvm-git-logs mailing list