diff --git a/src/timer/mint/SDL_systimer.c b/src/timer/mint/SDL_systimer.c index bef184cf0..711b5ecbb 100644 --- a/src/timer/mint/SDL_systimer.c +++ b/src/timer/mint/SDL_systimer.c @@ -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; }