From dabe5d55858a0ca54ee92b8b4ceecf5009df12bc Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 14 Dec 2007 18:29:23 +0000 Subject: 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 --- src/deh_misc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 -- cgit v1.2.3