summaryrefslogtreecommitdiff
path: root/src/heretic/doomdef.h
diff options
context:
space:
mode:
authorSimon Howard2008-09-20 23:27:22 +0000
committerSimon Howard2008-09-20 23:27:22 +0000
commit69b0c4526e6f2d6fe6920f1efa3b32e27b3db0bc (patch)
tree8900ee7583b07683222aa79f35b658e888be5639 /src/heretic/doomdef.h
parent24cccc7029e2dc6d07d483ee5a8d467d733000ef (diff)
downloadchocolate-doom-69b0c4526e6f2d6fe6920f1efa3b32e27b3db0bc.tar.gz
chocolate-doom-69b0c4526e6f2d6fe6920f1efa3b32e27b3db0bc.tar.bz2
chocolate-doom-69b0c4526e6f2d6fe6920f1efa3b32e27b3db0bc.zip
Use common event queue code.
Subversion-branch: /branches/raven-branch Subversion-revision: 1263
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;