From 077654b23ea1b560344fd98d77f2fb732e6ad8a5 Mon Sep 17 00:00:00 2001 From: motorsep Date: Sun, 26 May 2019 22:05:03 +0000 Subject: [PATCH] + Compiling fix git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12477 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=26e5b80cd0a43345efe839789be857f31db1bdc1 --- snd_mix.c | 1 + 1 file changed, 1 insertion(+) diff --git a/snd_mix.c b/snd_mix.c index 4ed38a88..f9748bd6 100644 --- a/snd_mix.c +++ b/snd_mix.c @@ -128,6 +128,7 @@ static void S_SoftClipPaintBuffer(portable_sampleframe_t *painted_ptr, int nbfra static void S_ConvertPaintBuffer(portable_sampleframe_t *painted_ptr, void *rb_ptr, int nbframes, int width, int nchannels) { int i; + float val; if (width == 4) // 32bit float { float *snd_out = (float*)rb_ptr; -- 2.39.2