From af48a6309cf1f03b5136e26a5fc27a38e490d808 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 30 Apr 2010 21:48:34 +0000 Subject: Scale up music volume from configuration file value in Heretic/Hexen. Subversion-branch: /branches/raven-branch Subversion-revision: 1925 --- src/i_sound.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/i_sound.c') diff --git a/src/i_sound.c b/src/i_sound.c index 75f82702..cf9e17a3 100644 --- a/src/i_sound.c +++ b/src/i_sound.c @@ -247,7 +247,6 @@ void I_UpdateSound(void) static void CheckVolumeSeparation(int *sep, int *vol) { -return; if (*sep < 0) { *sep = 0; -- cgit v1.2.3