[Scummvm-cvs-logs] CVS: scummvm/common gameDetector.h,1.17,1.18 system.h,1.12,1.13

Max Horn fingolfin at users.sourceforge.net
Tue Dec 24 16:37:02 CET 2002


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

Modified Files:
	gameDetector.h system.h 
Log Message:
fix -pedantic warnings

Index: gameDetector.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- gameDetector.h	14 Dec 2002 11:53:58 -0000	1.17
+++ gameDetector.h	25 Dec 2002 00:36:04 -0000	1.18
@@ -56,7 +56,7 @@
 
 	/* Simon the Sorcerer */
 	GID_SIMON_FIRST = 20,
-	GID_SIMON_LAST = GID_SIMON_FIRST + 8,
+	GID_SIMON_LAST = GID_SIMON_FIRST + 8
 };
 
 enum GameFeatures {

Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- system.h	17 Dec 2002 01:15:13 -0000	1.12
+++ system.h	25 Dec 2002 00:36:04 -0000	1.13
@@ -56,13 +56,13 @@
 		EVENT_RBUTTONDOWN = 6,
 		EVENT_RBUTTONUP = 7,
 		EVENT_WHEELUP = 8,
-		EVENT_WHEELDOWN = 9,
+		EVENT_WHEELDOWN = 9
 	};
 
 	enum {
 		KBD_CTRL = 1,
 		KBD_ALT = 2,
-		KBD_SHIFT = 4,
+		KBD_SHIFT = 4
 	};
 
 	enum {
@@ -83,7 +83,7 @@
 	
 	enum {
 		SOUND_8BIT = 0,
-		SOUND_16BIT = 1,
+		SOUND_16BIT = 1
 	};
 	
 	// Set colors of the palette





More information about the Scummvm-git-logs mailing list