summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/i_sdlsound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i_sdlsound.c b/src/i_sdlsound.c
index 4c2ec5fa..7089378e 100644
--- a/src/i_sdlsound.c
+++ b/src/i_sdlsound.c
@@ -86,7 +86,7 @@ int use_libsamplerate = 0;
// of the time: with all the Doom IWAD sound effects, at least. If a PWAD
// is used, clipping might occur.
-float libsamplerate_scale = 0.65;
+float libsamplerate_scale = 0.65f;
// Hook a sound into the linked list at the head.