summaryrefslogtreecommitdiff
path: root/src/heretic/doomdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic/doomdef.h')
-rw-r--r--src/heretic/doomdef.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/heretic/doomdef.h b/src/heretic/doomdef.h
index 3da11a3c..c60fa350 100644
--- a/src/heretic/doomdef.h
+++ b/src/heretic/doomdef.h
@@ -544,12 +544,6 @@ extern doomdata_t *netbuffer; // points inside doomcom
#define TELEFOGHEIGHT (32*FRACUNIT)
-#define MAXEVENTS 64
-
-extern event_t events[MAXEVENTS];
-extern int eventhead;
-extern int eventtail;
-
extern gameaction_t gameaction;
extern boolean paused;