From a92de84cf795af39b1387417761cf432d87bba16 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 28 Mar 2016 22:53:10 +0200 Subject: [PATCH] - this stuff should not have been saved... --- src/g_level.cpp | 1 + src/g_shared/a_pickups.cpp | 1 + src/p_lnspec.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/src/g_level.cpp b/src/g_level.cpp index 4fab2e28d..1a626a40c 100644 --- a/src/g_level.cpp +++ b/src/g_level.cpp @@ -79,6 +79,7 @@ #include "v_palette.h" #include "menu/menu.h" #include "a_sharedglobal.h" +#include "a_strifeglobal.h" #include "r_data/colormaps.h" #include "farchive.h" #include "r_renderer.h" diff --git a/src/g_shared/a_pickups.cpp b/src/g_shared/a_pickups.cpp index 76f4bb033..b2a80cbc2 100644 --- a/src/g_shared/a_pickups.cpp +++ b/src/g_shared/a_pickups.cpp @@ -11,6 +11,7 @@ #include "c_dispatch.h" #include "gstrings.h" #include "templates.h" +#include "a_strifeglobal.h" #include "a_morph.h" #include "a_specialspot.h" #include "thingdef/thingdef.h" diff --git a/src/p_lnspec.cpp b/src/p_lnspec.cpp index 6c3dccebd..849295c2c 100644 --- a/src/p_lnspec.cpp +++ b/src/p_lnspec.cpp @@ -51,6 +51,7 @@ #include "gi.h" #include "m_random.h" #include "p_conversation.h" +#include "a_strifeglobal.h" #include "r_data/r_translate.h" #include "p_3dmidtex.h" #include "d_net.h"