Fix the OpenAL assert on exit

This commit is contained in:
2020-01-26 15:41:38 -05:00
parent 14e2597108
commit 1a05d9c53f

View File

@@ -54,6 +54,7 @@ std::string sound_to_fname(snd_num_t snd_num) {
static void exit_snd_tool() {
for(auto& ch : chan) ch.reset();
ResMgr::sounds.drain();
}
void init_snd_tool(){