Change DEFAULT_SOUND_VOLUME to 1.

This commit is contained in:
Glenn Maynard
2003-11-02 21:05:59 +00:00
parent 4554227ad5
commit 8addfa2079
+1 -1
View File
@@ -25,7 +25,7 @@
PrefsManager* PREFSMAN = NULL; // global and accessable from anywhere in our program
const float DEFAULT_SOUND_VOLUME = 0.50;
const float DEFAULT_SOUND_VOLUME = 1.00f;
bool g_bAutoRestart = false;