[Scummvm-cvs-logs] CVS: scummvm/sword2/driver d_sound.h,1.30,1.31

Pawel Kolodziejski aquadran at users.sourceforge.net
Sun Nov 2 02:13:08 CET 2003


Update of /cvsroot/scummvm/scummvm/sword2/driver
In directory sc8-pr-cvs1:/tmp/cvs-serv5878/sword2/driver

Modified Files:
	d_sound.h 
Log Message:
fixed warnings

Index: d_sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/d_sound.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- d_sound.h	1 Nov 2003 18:12:04 -0000	1.30
+++ d_sound.h	2 Nov 2003 10:12:08 -0000	1.31
@@ -76,7 +76,7 @@
 	OSystem::MutexRef _mutex;
 	RateConverter *_converter;
 
-	uint32 _panTable[33];
+	int32 _panTable[33];
 
 	FxHandle _fx[MAXFX];
 	MusicHandle _music[MAXMUS + 1];





More information about the Scummvm-git-logs mailing list