fixed compilation issue in previous revision (configurable roll-off has not yet been submitted)

This commit is contained in:
ekeeke31 2010-02-17 08:51:17 +00:00
parent 27d3fc5328
commit 9eadfc41b3

View File

@ -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