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

Max Horn fingolfin at users.sourceforge.net
Mon Dec 27 08:24:14 CET 2004


Update of /cvsroot/scummvm/scummvm/sword2/driver
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6442/driver

Modified Files:
	d_sound.h 
Log Message:
Fix volume regression my previous checkin caused

Index: d_sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/d_sound.h,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- d_sound.h	27 Dec 2004 03:00:36 -0000	1.55
+++ d_sound.h	27 Dec 2004 16:23:21 -0000	1.56
@@ -70,17 +70,17 @@
 
 	bool _musicPaused;
 	bool _musicMuted;
-	uint _musicVol;
+	int _musicVol;
 
 	PlayingSoundHandle _soundHandleSpeech;
 	bool _speechPaused;
 	bool _speechMuted;
-	uint _speechVol;
+	int _speechVol;
 
 	FxHandle _fx[MAXFX];
 	bool _fxPaused;
 	bool _fxMuted;
-	uint _fxVol;
+	int _fxVol;
 
 	int32 getFxIndex(int32 id);
 	void stopFxHandle(int i);





More information about the Scummvm-git-logs mailing list