Change DEFAULT_SOUND_VOLUME to 1.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user