Mercurial > sdl-ios-xcode
diff src/timer/mint/SDL_systimer.c @ 2193:e857f02e709e
Use correct function
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Sat, 14 Jul 2007 00:07:37 +0000 |
parents | 2c835d58faad |
children | 99210400e8b9 |
line wrap: on
line diff
--- a/src/timer/mint/SDL_systimer.c Sat Jul 14 00:03:04 2007 +0000 +++ b/src/timer/mint/SDL_systimer.c Sat Jul 14 00:07:37 2007 +0000 @@ -131,7 +131,7 @@ 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; }