Commit f792ff23 authored by Patrice Mandin's avatar Patrice Mandin

Use correct function

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402520
parent 67cbe3bb
......@@ -131,7 +131,7 @@ SDL_SYS_TimerQuit(void)
if (timer_installed) {
/* Uninstall RunTimer vbl vector */
void *old_stack = (void *) Super(0);
SDL_AtariVblUninstall(RunTimer);
SDL_AtariVblUninstall(SDL_ThreadedTimerCheck);
Super(old_stack);
timer_installed = SDL_FALSE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment