diff --git a/common/timer.h b/common/timer.h index 727f00ac9d1..d4ce52cbada 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);