branch | SDL-1.2 |
changeset 3976 | 8582c6a5ca16 |
parent 3975 | e85e65aec22f |
child 4159 | a1b03ba2fcd0 |
1.1 --- a/src/SDL.c Sun Jun 24 18:26:35 2007 +0000 1.2 +++ b/src/SDL.c Mon Jun 25 00:50:20 2007 +0000 1.3 @@ -54,7 +54,9 @@ 1.4 1.5 /* The initialized subsystems */ 1.6 static Uint32 SDL_initialized = 0; 1.7 +#if !SDL_TIMERS_DISABLED 1.8 static Uint32 ticks_started = 0; 1.9 +#endif 1.10 1.11 #ifdef CHECK_LEAKS 1.12 int surfaces_allocated = 0;