aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/WaterAnimal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/WaterAnimal.cpp')
-rw-r--r--Minecraft.World/WaterAnimal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/WaterAnimal.cpp b/Minecraft.World/WaterAnimal.cpp
index 0a7313d1..654f930b 100644
--- a/Minecraft.World/WaterAnimal.cpp
+++ b/Minecraft.World/WaterAnimal.cpp
@@ -36,7 +36,7 @@ bool WaterAnimal::removeWhenFarAway()
return true;
}
-int WaterAnimal::getExperienceReward(shared_ptr<Player> killedBy)
+int WaterAnimal::getExperienceReward(std::shared_ptr<Player> killedBy)
{
return 1 + level->random->nextInt(3);
} \ No newline at end of file