aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/BreedGoal.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/BreedGoal.h')
-rw-r--r--Minecraft.World/BreedGoal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.World/BreedGoal.h b/Minecraft.World/BreedGoal.h
index d2b47e7d..cb6b4f52 100644
--- a/Minecraft.World/BreedGoal.h
+++ b/Minecraft.World/BreedGoal.h
@@ -12,10 +12,10 @@ private:
Level *level;
weak_ptr<Animal> partner;
int loveTime;
- float speed;
+ double speedModifier;
public:
- BreedGoal(Animal *animal, float speed);
+ BreedGoal(Animal *animal, double speedModifier);
virtual bool canUse();
virtual bool canContinueToUse();