[Scummvm-cvs-logs] CVS: scummvm/base gameDetector.cpp,1.29,1.30

Max Horn fingolfin at users.sourceforge.net
Wed Oct 15 16:27:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/base
In directory sc8-pr-cvs1:/tmp/cvs-serv15149/base

Modified Files:
	gameDetector.cpp 
Log Message:
really removed kDefault*Volume this time :-)

Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/gameDetector.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- gameDetector.cpp	15 Oct 2003 23:16:52 -0000	1.29
+++ gameDetector.cpp	15 Oct 2003 23:26:07 -0000	1.30
@@ -114,16 +114,6 @@
 ;
 #endif
 
-
-/** Default sound/music volumes.
- * @todo move this to a better place.
- */
-enum {
-	kDefaultMasterVolume = 192,
-	kDefaultSFXVolume = 192,
-	kDefaultMusicVolume = 192
-};
-
 struct GraphicsMode {
 	const char *name;
 	const char *description;





More information about the Scummvm-git-logs mailing list