shithub: choc

Download patch

ref: f09667a3da971dc0fd4d4638d5c12a363d8b3945
parent: 8a699c6ebc34dc5dd498c35a53bd88fc06f21a11
author: Simon Howard <fraggle@gmail.com>
date: Thu Mar 27 17:24:17 EDT 2014

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).

--- a/src/strife/s_sound.c
+++ b/src/strife/s_sound.c
@@ -95,7 +95,7 @@
 
 // Maximum volume of music. 
 
-int musicVolume = 8;
+int musicVolume = 13;
 
 // haleyjd 08/29/10: [STRIFE] New global variable
 // Volume of voice channel.