From 5bae2fcef5177b20a78628ddb3eba7b82b2f7a63 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 31 Jul 2020 21:04:28 +0200 Subject: [PATCH] - moved global include out of namespace. --- source/blood/src/common_game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blood/src/common_game.h b/source/blood/src/common_game.h index 6d52d6796..99751eedd 100644 --- a/source/blood/src/common_game.h +++ b/source/blood/src/common_game.h @@ -29,6 +29,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include "misc.h" #include "network.h" #include "printf.h" +#include "v_text.h" BEGIN_BLD_NS @@ -466,7 +467,6 @@ kAiStateAttack = 6, // ------------------------------- // NUKE-TODO: -#include "v_text.h"