aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/Silverfish.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/Silverfish.h')
-rw-r--r--Minecraft.World/Silverfish.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.World/Silverfish.h b/Minecraft.World/Silverfish.h
index 0fd0cc06..34d10842 100644
--- a/Minecraft.World/Silverfish.h
+++ b/Minecraft.World/Silverfish.h
@@ -17,7 +17,7 @@ public:
protected:
virtual bool makeStepSound();
- virtual shared_ptr<Entity> findAttackTarget();
+ virtual std::shared_ptr<Entity> findAttackTarget();
virtual int getAmbientSound();
virtual int getHurtSound();
@@ -27,7 +27,7 @@ public:
virtual bool hurt(DamageSource *source, int dmg);
protected:
- virtual void checkHurtTarget(shared_ptr<Entity> target, float d);
+ virtual void checkHurtTarget(std::shared_ptr<Entity> target, float d);
virtual void playStepSound(int xt, int yt, int zt, int t);
virtual int getDeathLoot();