mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-30 12:40:42 +00:00
this should fix the asla seg
This commit is contained in:
parent
fc293864dc
commit
8205ac4544
1 changed files with 3 additions and 3 deletions
|
@ -88,14 +88,14 @@ S_Init (struct model_s **worldmodel, int *viewentity, double *host_frametime)
|
||||||
host_frametime;
|
host_frametime;
|
||||||
snd_render_module->data->snd_render->output = snd_output_module;
|
snd_render_module->data->snd_render->output = snd_output_module;
|
||||||
|
|
||||||
|
snd_output_module->functions->general->p_Init ();
|
||||||
|
snd_render_module->functions->general->p_Init ();
|
||||||
|
|
||||||
snd_output_module->data->snd_output->soundtime
|
snd_output_module->data->snd_output->soundtime
|
||||||
= snd_render_module->data->snd_render->soundtime;
|
= snd_render_module->data->snd_render->soundtime;
|
||||||
snd_output_module->data->snd_output->paintedtime
|
snd_output_module->data->snd_output->paintedtime
|
||||||
= snd_render_module->data->snd_render->paintedtime;
|
= snd_render_module->data->snd_render->paintedtime;
|
||||||
|
|
||||||
snd_output_module->functions->general->p_Init ();
|
|
||||||
snd_render_module->functions->general->p_Init ();
|
|
||||||
|
|
||||||
snd_render_funcs = snd_render_module->functions->snd_render;
|
snd_render_funcs = snd_render_module->functions->snd_render;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue