summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Monster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/Monster.h')
-rw-r--r--src/Mobs/Monster.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Mobs/Monster.h b/src/Mobs/Monster.h
index 47688ae91..c28e240c1 100644
--- a/src/Mobs/Monster.h
+++ b/src/Mobs/Monster.h
@@ -16,7 +16,7 @@ class cClientHandle;
class cPassiveMonster;
class cBehaviorAggressive;
class cBehaviorBreeder;
-class cBehaviorChaser;
+class cBehaviorAttacker;
class cBehaviorStriker;
class cBehaviorWanderer;
class cBehaviorDayLightBurner;
@@ -202,7 +202,7 @@ public:
// Behavior getters (most are probably not used. mobTodo - cleanup most of them)
virtual cBehaviorBreeder * GetBehaviorBreeder();
virtual const cBehaviorBreeder * GetBehaviorBreeder() const;
- virtual cBehaviorChaser * GetBehaviorChaser();
+ virtual cBehaviorAttacker * GetBehaviorChaser();
virtual cBehaviorDayLightBurner * GetBehaviorDayLightBurner(); // mobTodo this is probably temporary
// Polymorphic behavior functions