we dont use more timers than 2

svn-id: r13850
This commit is contained in:
Paweł Kołodziejski 2004-05-23 19:16:35 +00:00
parent 8b5f08efb6
commit 4a93fa1421

View File

@ -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);