foxygit / doom Log in
commit dabe5d55858a0ca54ee92b8b4ceecf5009df12bc
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Fri Dec 14 18:29:23 2007 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Fri Dec 14 18:29:23 2007 +0000

    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(+)

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