1
0
Fork 0
forked from len0rd/rockbox

duke3d: unregister timer on exit

This was leading to a crash upon audio playback after running the game.

Change-Id: I1e9961da443c21e3eff38bcf9877ffa75a922715
This commit is contained in:
Franklin Wei 2018-01-05 17:19:19 -05:00
parent 9f6ce046cb
commit 896c828152
2 changed files with 21 additions and 101 deletions

View file

@ -114,4 +114,4 @@ void SDL_SYS_StopTimer(void)
return;
}
#endif /* SDL_TIMER_DUMMY || SDL_TIMERS_DISABLED */
#endif