Mercurial > sdl-ios-xcode
changeset 2193:e857f02e709e
Use correct function
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Sat, 14 Jul 2007 00:07:37 +0000 |
parents | fc56a720cdba |
children | 55e987d8e1b5 |
files | src/timer/mint/SDL_systimer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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; }