From 186321d3c780e9b1937c9fb387993f7e5cd9b9b0 Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Tue, 29 Aug 2017 21:06:16 +0300 Subject: Agressives wander and don't crash --- src/Mobs/Monster.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Mobs/Monster.h') diff --git a/src/Mobs/Monster.h b/src/Mobs/Monster.h index a2e16080b..d864f9971 100644 --- a/src/Mobs/Monster.h +++ b/src/Mobs/Monster.h @@ -4,6 +4,7 @@ #include "../Entities/Pawn.h" #include "MonsterTypes.h" #include "PathFinder.h" +#include "Behaviors/BehaviorWanderer.h" #include class cItem; -- cgit v1.2.3