summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/i_sound.c2
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)
{