From 8cdc173252c479b8a7448da9ccd48f32eeb0c427 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 17 Sep 2008 19:56:12 +0000 Subject: Remove definitions from heretic/doomdef.h that are in common code. Replace "shareware" variable with gamemode, as in doom code. Merge angle definitions into common code. Subversion-branch: /branches/raven-branch Subversion-revision: 1240 --- src/heretic/g_game.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/heretic/g_game.c') diff --git a/src/heretic/g_game.c b/src/heretic/g_game.c index daaa8d74..602afbf0 100644 --- a/src/heretic/g_game.c +++ b/src/heretic/g_game.c @@ -26,6 +26,7 @@ #include #include #include "doomdef.h" +#include "doomkeys.h" #include "p_local.h" #include "s_sound.h" -- cgit v1.2.3