diff --git a/src/d_event.h b/src/d_event.h index eade8173c..fdbd8f955 100644 --- a/src/d_event.h +++ b/src/d_event.h @@ -46,7 +46,7 @@ struct event_t // // GLOBAL VARIABLES // -#define MAXEVENTS 128 +#define MAXEVENTS 256 extern event_t events[MAXEVENTS]; extern INT32 eventhead, eventtail;