- moved all shutdown handling for sound related resources to I_ShutdownSound instead of registering separate atterm handlers.
This commit is contained in:
parent
bcff04e76f
commit
1a3df8dfba
5 changed files with 3 additions and 18 deletions
|
|
@ -247,7 +247,6 @@ void initialize_resampler_coeffs(void)
|
|||
static bool done = false;
|
||||
if (done) return;
|
||||
done = true;
|
||||
// atterm(free_gauss_table);
|
||||
|
||||
initialize_newton_coeffs();
|
||||
initialize_gauss_table(gauss_n);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue