diff options
-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 8e79c3e2bc..f7b6d35e25 100644 --- a/common/timer.h +++ b/common/timer.h @@ -24,7 +24,7 @@ #include "common/scummsys.h" #include "common/mutex.h" -#define MAX_TIMERS 2 +#define MAX_TIMERS 8 #ifdef __MORPHOS__ |