summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Howard2007-12-14 18:29:23 +0000
committerSimon Howard2007-12-14 18:29:23 +0000
commitdabe5d55858a0ca54ee92b8b4ceecf5009df12bc (patch)
treee9317f4fd7c0cefc5d5eda3bd330d6c9acdd7d6b /src
parent0054a2e16cc0376cd55c13314ce72a7c06fc8123 (diff)
downloadchocolate-doom-dabe5d55858a0ca54ee92b8b4ceecf5009df12bc.tar.gz
chocolate-doom-dabe5d55858a0ca54ee92b8b4ceecf5009df12bc.tar.bz2
chocolate-doom-dabe5d55858a0ca54ee92b8b4ceecf5009df12bc.zip
Include doomfeatures.h in deh_misc.h so that FEATURE_DEHACKED is checked
properly. Fixes STRAIN desyncs with BFG Cells/Shot not set properly. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 988
Diffstat (limited to 'src')
-rw-r--r--src/deh_misc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/deh_misc.h b/src/deh_misc.h
index 8c389a71..a589b104 100644
--- a/src/deh_misc.h
+++ b/src/deh_misc.h
@@ -27,6 +27,8 @@
#ifndef DEH_MISC_H
#define DEH_MISC_H
+#include "doomfeatures.h"
+
#define DEH_DEFAULT_INITIAL_HEALTH 100
#define DEH_DEFAULT_INITIAL_BULLETS 50
#define DEH_DEFAULT_MAX_HEALTH 200