summaryrefslogtreecommitdiff
path: root/src/heretic/doomdef.h
diff options
context:
space:
mode:
authorSimon Howard2008-09-20 23:23:20 +0000
committerSimon Howard2008-09-20 23:23:20 +0000
commit24cccc7029e2dc6d07d483ee5a8d467d733000ef (patch)
tree45e9116b0a22b5061117e178a2d90b0c7363769a /src/heretic/doomdef.h
parentb3fdd717d3d0a9255a035f99af0cb2e6c1515008 (diff)
downloadchocolate-doom-24cccc7029e2dc6d07d483ee5a8d467d733000ef.tar.gz
chocolate-doom-24cccc7029e2dc6d07d483ee5a8d467d733000ef.tar.bz2
chocolate-doom-24cccc7029e2dc6d07d483ee5a8d467d733000ef.zip
Harmonise heretic code on TICRATE and use definition in i_timer.h.
Subversion-branch: /branches/raven-branch Subversion-revision: 1262
Diffstat (limited to 'src/heretic/doomdef.h')
-rw-r--r--src/heretic/doomdef.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/heretic/doomdef.h b/src/heretic/doomdef.h
index d9f7f35c..3da11a3c 100644
--- a/src/heretic/doomdef.h
+++ b/src/heretic/doomdef.h
@@ -83,8 +83,6 @@ extern byte *destview, *destscreen; // PC direct to screen pointers
#define NUMARTIFCTS 28
#define MAXPLAYERS 4
-#define TICRATE 35 // number of tics / second
-#define TICSPERSEC 35
#define BT_ATTACK 1
#define BT_USE 2