mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-31 13:40:35 +00:00
init with_reverb and with_chrous local variables
This commit is contained in:
parent
9ebc22d4e1
commit
33e56b1b32
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue