diff options
-rw-r--r-- | src/strife/s_sound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/s_sound.c b/src/strife/s_sound.c index 513ab62d..9e43b428 100644 --- a/src/strife/s_sound.c +++ b/src/strife/s_sound.c @@ -95,7 +95,7 @@ int sfxVolume = 8; // Maximum volume of music. -int musicVolume = 8; +int musicVolume = 13; // haleyjd 08/29/10: [STRIFE] New global variable // Volume of voice channel. |