comparison src/timer/SDL_timer.c @ 1659:14717b52abc0 SDL-1.3

Merge trunk-1.3-3
author Sam Lantinga <slouken@libsdl.org>
date Wed, 17 May 2006 08:18:28 +0000
parents d910939febfa
children 782fd950bd46 c121d94672cb a1b03ba2fcd0
comparison
equal deleted inserted replaced
1658:e49147870aac 1659:14717b52abc0
93 if ( SDL_timer_threaded < 2 ) { 93 if ( SDL_timer_threaded < 2 ) {
94 SDL_SYS_TimerQuit(); 94 SDL_SYS_TimerQuit();
95 } 95 }
96 if ( SDL_timer_threaded ) { 96 if ( SDL_timer_threaded ) {
97 SDL_DestroyMutex(SDL_timer_mutex); 97 SDL_DestroyMutex(SDL_timer_mutex);
98 SDL_timer_mutex = NULL;
98 } 99 }
99 SDL_timer_started = 0; 100 SDL_timer_started = 0;
100 SDL_timer_threaded = 0; 101 SDL_timer_threaded = 0;
101 } 102 }
102 103