aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/NonTameRandomTargetGoal.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/NonTameRandomTargetGoal.h')
-rw-r--r--Minecraft.World/NonTameRandomTargetGoal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/NonTameRandomTargetGoal.h b/Minecraft.World/NonTameRandomTargetGoal.h
index 8adba7df..f30244a1 100644
--- a/Minecraft.World/NonTameRandomTargetGoal.h
+++ b/Minecraft.World/NonTameRandomTargetGoal.h
@@ -10,7 +10,7 @@ private:
TamableAnimal *tamableMob; // Owner of this goal
public:
- NonTameRandomTargetGoal(TamableAnimal *mob, const type_info& targetType, float within, int randomInterval, bool mustSee);
+ NonTameRandomTargetGoal(TamableAnimal *mob, const type_info& targetType, int randomInterval, bool mustSee);
bool canUse();
}; \ No newline at end of file