summaryrefslogtreecommitdiff
path: root/src/hexen/h2def.h
diff options
context:
space:
mode:
authorSimon Howard2008-11-02 23:36:10 +0000
committerSimon Howard2008-11-02 23:36:10 +0000
commit046f9226b6b912cdb12dc3b35953aee7666f4b63 (patch)
tree2e7ef6c68b21e7e25099477f9f5fb1ffc90549ac /src/hexen/h2def.h
parent96879d84140634a23050157c8899dbc1616c7b54 (diff)
downloadchocolate-doom-046f9226b6b912cdb12dc3b35953aee7666f4b63.tar.gz
chocolate-doom-046f9226b6b912cdb12dc3b35953aee7666f4b63.tar.bz2
chocolate-doom-046f9226b6b912cdb12dc3b35953aee7666f4b63.zip
Remove Hexen TIMEBOMB code.
Subversion-branch: /branches/raven-branch Subversion-revision: 1374
Diffstat (limited to 'src/hexen/h2def.h')
-rw-r--r--src/hexen/h2def.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/hexen/h2def.h b/src/hexen/h2def.h
index b1462adc..c0725ab3 100644
--- a/src/hexen/h2def.h
+++ b/src/hexen/h2def.h
@@ -59,12 +59,6 @@
#define HEXEN_VERSION 110
#define HEXEN_VERSION_TEXT "v1.1"
-// Uncomment, to enable all timebomb stuff
-//#define TIMEBOMB
-#define TIMEBOMB_YEAR 95 // years since 1900
-#define TIMEBOMB_STARTDATE 268 // initial date (9/26)
-#define TIMEBOMB_ENDDATE 301 // end date (10/29)
-
// if rangecheck is undefined, most parameter validation debugging code
// will not be compiled
#ifndef NORANGECHECKING