diff options
Diffstat (limited to 'Minecraft.World/EnderCrystal.h')
| -rw-r--r-- | Minecraft.World/EnderCrystal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/EnderCrystal.h b/Minecraft.World/EnderCrystal.h index 26606e26..15940452 100644 --- a/Minecraft.World/EnderCrystal.h +++ b/Minecraft.World/EnderCrystal.h @@ -38,5 +38,5 @@ protected: public: virtual float getShadowHeightOffs(); virtual bool isPickable(); - virtual bool hurt(DamageSource *source, int damage); + virtual bool hurt(DamageSource *source, float damage); };
\ No newline at end of file |
