diff options
author | Eugene Sandulenko | 2005-06-07 21:17:47 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-06-07 21:17:47 +0000 |
commit | 60806b90e82badacda88544824a30f97cde880d8 (patch) | |
tree | 586940955a838556635d6e72dc525eb335ebaba6 /common/timer.h | |
parent | 7503ff15fd9ba7cbf48a458fc56fc3a2369ecfa4 (diff) | |
download | scummvm-rg350-60806b90e82badacda88544824a30f97cde880d8.tar.gz scummvm-rg350-60806b90e82badacda88544824a30f97cde880d8.tar.bz2 scummvm-rg350-60806b90e82badacda88544824a30f97cde880d8.zip |
Increase max number of timers to 8.
svn-id: r18364
Diffstat (limited to 'common/timer.h')
-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__ |