init with_reverb and with_chrous local variables

This commit is contained in:
loki666 2017-10-25 14:53:27 +02:00
parent 9ebc22d4e1
commit 33e56b1b32

View file

@ -549,8 +549,8 @@ new_fluid_synth(fluid_settings_t *settings)
double gain;
int i, nbuf;
int with_ladspa = 0;
int with_reverb;
int with_chorus;
int with_reverb = 0;
int with_chorus = 0;
/* initialize all the conversion tables and other stuff */
if (fluid_synth_initialized == 0)