aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/BodyControl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/BodyControl.h')
-rw-r--r--Minecraft.World/BodyControl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.World/BodyControl.h b/Minecraft.World/BodyControl.h
index 951b2197..410f9ce9 100644
--- a/Minecraft.World/BodyControl.h
+++ b/Minecraft.World/BodyControl.h
@@ -5,13 +5,13 @@
class BodyControl : public Control
{
private:
- Mob *mob;
+ LivingEntity *mob;
static const float maxClampAngle;
int timeStill;
float lastHeadY;
public:
- BodyControl(Mob *mob);
+ BodyControl(LivingEntity *mob);
void clientTick();