Use correct function

This commit is contained in:
Patrice Mandin
2007-07-14 00:07:37 +00:00
parent 449514cde4
commit 04c06e94eb

View File

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