aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/SwellGoal.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/SwellGoal.h')
-rw-r--r--Minecraft.World/SwellGoal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/SwellGoal.h b/Minecraft.World/SwellGoal.h
index ba6b5379..7e2f68f3 100644
--- a/Minecraft.World/SwellGoal.h
+++ b/Minecraft.World/SwellGoal.h
@@ -8,7 +8,7 @@ class SwellGoal : public Goal
{
private:
Creeper *creeper;
- weak_ptr<Mob> target;
+ weak_ptr<LivingEntity> target;
public:
SwellGoal(Creeper *creeper);