diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/timer.h b/common/timer.h index 727f00ac9d..d4ce52cbad 100644 --- a/common/timer.h +++ b/common/timer.h @@ -24,7 +24,7 @@ #include "common/scummsys.h" #include "common/system.h" -#define MAX_TIMERS 5 +#define MAX_TIMERS 2 typedef void (*TimerProc)(void *refCon); |