From 9eadfc41b3813ae8f9e3f03f777900175ef44a8f Mon Sep 17 00:00:00 2001 From: ekeeke31 Date: Wed, 17 Feb 2010 08:51:17 +0000 Subject: [PATCH] fixed compilation issue in previous revision (configurable roll-off has not yet been submitted) --- source/sound/sound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sound/sound.c b/source/sound/sound.c index 5953ca2..e8c08fe 100644 --- a/source/sound/sound.c +++ b/source/sound/sound.c @@ -139,7 +139,7 @@ void sound_init(void) if (config.hq_fm) { fm_cycles_ratio = 144 * 7 * (1 << 11); - Fir_Resampler_time_ratio(mclk / (double)snd.sample_rate / (144.0 * 7.0), config.rolloff); + Fir_Resampler_time_ratio(mclk / (double)snd.sample_rate / (144.0 * 7.0)); } #ifdef LOGSOUND