- moved all shutdown handling for sound related resources to I_ShutdownSound instead of registering separate atterm handlers.

This commit is contained in:
Christoph Oelckers 2018-12-19 09:39:06 +01:00
commit 1a3df8dfba
5 changed files with 3 additions and 18 deletions

View file

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