ref: dabe5d55858a0ca54ee92b8b4ceecf5009df12bc
parent: 0054a2e16cc0376cd55c13314ce72a7c06fc8123
author: Simon Howard <fraggle@gmail.com>
date: Fri Dec 14 13:29:23 EST 2007
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
--- 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