From 4a93fa1421dba349320c9f2bc98ad9c8494b2fed Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Sun, 23 May 2004 19:16:35 +0000 Subject: we dont use more timers than 2 svn-id: r13850 --- common/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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); -- cgit v1.2.3