diff options
author | Paweł Kołodziejski | 2004-05-23 19:16:35 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2004-05-23 19:16:35 +0000 |
commit | 4a93fa1421dba349320c9f2bc98ad9c8494b2fed (patch) | |
tree | 4c711b658913028d61f5ea9e5f3b48821b43496a /common | |
parent | 8b5f08efb6b50be0751d7cfa081b0329ac555f68 (diff) | |
download | scummvm-rg350-4a93fa1421dba349320c9f2bc98ad9c8494b2fed.tar.gz scummvm-rg350-4a93fa1421dba349320c9f2bc98ad9c8494b2fed.tar.bz2 scummvm-rg350-4a93fa1421dba349320c9f2bc98ad9c8494b2fed.zip |
we dont use more timers than 2
svn-id: r13850
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); |