From d4d0f9945cefdb86241b5bd095e82ddbfca0e134 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 8 Oct 2008 18:47:13 +0000 Subject: Switch configuration file code to common configuration file code, and remove old code. Subversion-branch: /branches/raven-branch Subversion-revision: 1338 --- src/i_sound.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/i_sound.c') diff --git a/src/i_sound.c b/src/i_sound.c index 439f8689..bcdac459 100644 --- a/src/i_sound.c +++ b/src/i_sound.c @@ -251,6 +251,7 @@ void I_UpdateSound(void) static void CheckVolumeSeparation(int *sep, int *vol) { +return; if (*sep < 0) { *sep = 0; -- cgit v1.2.3