mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
we dont use more timers than 2
svn-id: r13850
This commit is contained in:
parent
8b5f08efb6
commit
4a93fa1421
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user