summaryrefslogtreecommitdiff
path: root/src/strife/s_sound.c
diff options
context:
space:
mode:
authorSimon Howard2014-03-27 21:24:17 -0400
committerSimon Howard2014-03-27 21:24:17 -0400
commitf09667a3da971dc0fd4d4638d5c12a363d8b3945 (patch)
tree55d7c9a39d41e569c7c489da0ccabc224fbebd9f /src/strife/s_sound.c
parent8a699c6ebc34dc5dd498c35a53bd88fc06f21a11 (diff)
downloadchocolate-doom-f09667a3da971dc0fd4d4638d5c12a363d8b3945.tar.gz
chocolate-doom-f09667a3da971dc0fd4d4638d5c12a363d8b3945.tar.bz2
chocolate-doom-f09667a3da971dc0fd4d4638d5c12a363d8b3945.zip
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).
Diffstat (limited to 'src/strife/s_sound.c')
-rw-r--r--src/strife/s_sound.c2
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.