From 713c41c0a9bb26a8970d5f9a595988e35c428969 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 31 Jul 2020 21:03:23 +0200 Subject: [PATCH] - fixed bad ordering of directives. --- source/blood/src/aiunicult.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/blood/src/aiunicult.h b/source/blood/src/aiunicult.h index 54609a3f8..221cb1862 100644 --- a/source/blood/src/aiunicult.h +++ b/source/blood/src/aiunicult.h @@ -23,11 +23,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. //------------------------------------------------------------------------- #pragma once #include "nnexts.h" -#ifdef NOONE_EXTENSIONS #include "ai.h" #include "eventq.h" + BEGIN_BLD_NS +#ifdef NOONE_EXTENSIONS #define kGenDudeDefaultSeq 11520 #define kGenDudeMaxSlaves 7 #define kGenDudeTransformStatus -222