[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm imuse.cpp,2.107,2.108 imuse.h,1.50,1.51 imuse_internal.h,2.30,2.31 scummvm.cpp,2.448,2.449
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.227,2.228
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm imuse.cpp,2.107,2.108 imuse.h,1.50,1.51 imuse_internal.h,2.30,2.31 scummvm.cpp,2.448,2.449
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.227,2.228
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list