Update d_event.h
This commit is contained in:
parent
eca1a1452b
commit
cdd5485a4f
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ struct event_t
|
|||
//
|
||||
// GLOBAL VARIABLES
|
||||
//
|
||||
#define MAXEVENTS 128
|
||||
#define MAXEVENTS 256
|
||||
|
||||
extern event_t events[MAXEVENTS];
|
||||
extern INT32 eventhead, eventtail;
|
||||
|
|
|
|||
Loading…
Reference in a new issue