aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/HurtByTargetGoal.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/HurtByTargetGoal.h')
-rw-r--r--Minecraft.World/HurtByTargetGoal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/HurtByTargetGoal.h b/Minecraft.World/HurtByTargetGoal.h
index 4c6ee5fe..b731fc39 100644
--- a/Minecraft.World/HurtByTargetGoal.h
+++ b/Minecraft.World/HurtByTargetGoal.h
@@ -6,7 +6,7 @@ class HurtByTargetGoal : public TargetGoal
{
private:
bool alertSameType;
- shared_ptr<Mob> oldHurtByMob;
+ std::shared_ptr<Mob> oldHurtByMob;
public:
HurtByTargetGoal(Mob *mob, bool alertSameType);