[Scummvm-cvs-logs] CVS: scummvm gameDetector.h,1.14,1.15

Max Horn fingolfin at users.sourceforge.net
Tue Aug 6 17:33:04 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv9163

Modified Files:
	gameDetector.h 
Log Message:
fix for bug #591810

Index: gameDetector.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gameDetector.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- gameDetector.h	19 Jul 2002 12:06:45 -0000	1.14
+++ gameDetector.h	7 Aug 2002 00:32:13 -0000	1.15
@@ -33,8 +33,8 @@
 
 	bool _use_adlib;
 
-	byte _music_volume;
-	byte _sfx_volume;
+	int _music_volume;
+	int _sfx_volume;
 	bool _amiga;
 
 	uint16 _talkSpeed;





More information about the Scummvm-git-logs mailing list