[Scummvm-cvs-logs] CVS: scummvm/scumm boxes.h,1.1.1.1,1.2 sound.h,1.19,1.20

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


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

Modified Files:
	boxes.h sound.h 
Log Message:
fix -pedantic warnings

Index: boxes.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/boxes.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- boxes.h	21 Aug 2002 16:07:26 -0000	1.1.1.1
+++ boxes.h	25 Dec 2002 00:36:04 -0000	1.2
@@ -30,7 +30,7 @@
 	kBoxYFlip		= 0x10,
 	kBoxPlayerOnly	= 0x20,
 	kBoxLocked		= 0x40,
-	kBoxInvisible	= 0x80,
+	kBoxInvisible	= 0x80
 } BoxFlags;
 
 struct AdjustBoxResult {	/* Result type of AdjustBox functions */

Index: sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/sound.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- sound.h	5 Dec 2002 21:45:55 -0000	1.19
+++ sound.h	25 Dec 2002 00:36:04 -0000	1.20
@@ -34,8 +34,7 @@
 
 enum {
 	SOUND_HEADER_SIZE = 26,
-	SOUND_HEADER_BIG_SIZE = 26 + 8,
-
+	SOUND_HEADER_BIG_SIZE = 26 + 8
 };
 
 	int16 _soundQuePos, _soundQue[0x100];





More information about the Scummvm-git-logs mailing list