From f09667a3da971dc0fd4d4638d5c12a363d8b3945 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 27 Mar 2014 21:24:17 -0400 Subject: strife: Fix default music volume to match Vanilla. Strife's default music volume is 13 as opposed to Doom's value of 8. This was apparently not changed during the development of Chocolate Strife. Thanks to Alexandre-Xavier for noticing this and providing the correct value (bug #347). --- src/strife/s_sound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strife/s_sound.c') 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. -- cgit v1.2.3