summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Zombie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/Zombie.cpp')
-rw-r--r--src/Mobs/Zombie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Zombie.cpp b/src/Mobs/Zombie.cpp
index 4f616c609..43c1fa3d9 100644
--- a/src/Mobs/Zombie.cpp
+++ b/src/Mobs/Zombie.cpp
@@ -21,7 +21,7 @@ cZombie::cZombie(bool a_IsVillagerZombie) :
m_BehaviorAggressive.AttachToMonster(*this);
m_BehaviourDayLightBurner.AttachToMonster(*this);
GetMonsterConfig("Zombie");
- // Todo I need the config to load after attaching attackerMelee but this is not clean.
+ // Todo I need the config to load after attaching the Behaviors but this is not clean.
}