diff options
Diffstat (limited to 'Minecraft.World/Snowball.h')
| -rw-r--r-- | Minecraft.World/Snowball.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/Snowball.h b/Minecraft.World/Snowball.h index 82971726..d78dfade 100644 --- a/Minecraft.World/Snowball.h +++ b/Minecraft.World/Snowball.h @@ -16,7 +16,7 @@ private: public: Snowball(Level *level); - Snowball(Level *level, shared_ptr<Mob> mob); + Snowball(Level *level, shared_ptr<LivingEntity> mob); Snowball(Level *level, double x, double y, double z); protected: |
