Use correct function
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402520
This commit is contained in:
parent
67cbe3bb0d
commit
f792ff238f
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ SDL_SYS_TimerQuit(void)
|
||||||
if (timer_installed) {
|
if (timer_installed) {
|
||||||
/* Uninstall RunTimer vbl vector */
|
/* Uninstall RunTimer vbl vector */
|
||||||
void *old_stack = (void *) Super(0);
|
void *old_stack = (void *) Super(0);
|
||||||
SDL_AtariVblUninstall(RunTimer);
|
SDL_AtariVblUninstall(SDL_ThreadedTimerCheck);
|
||||||
Super(old_stack);
|
Super(old_stack);
|
||||||
timer_installed = SDL_FALSE;
|
timer_installed = SDL_FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue