diff options
-rw-r--r-- | src/i_sound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i_sound.c b/src/i_sound.c index 5106cf97..f12c8204 100644 --- a/src/i_sound.c +++ b/src/i_sound.c @@ -271,7 +271,7 @@ void I_UpdateSound(void) } } -static void CheckVolumeSeparation(int *sep, int *vol) +static void CheckVolumeSeparation(int *vol, int *sep) { if (*sep < 0) { |