From ac5170c7c4f8c2ed14cf488a66a195ecc544d48f Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Fri, 5 Feb 2016 16:45:55 +0000 Subject: Correct typo in documentation. --- src/Mobs/PathFinder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mobs/PathFinder.h b/src/Mobs/PathFinder.h index 1bdc13a32..213530b11 100644 --- a/src/Mobs/PathFinder.h +++ b/src/Mobs/PathFinder.h @@ -14,7 +14,7 @@ class cPathFinder public: /** Creates a cPathFinder instance. Each mob should have one cPathFinder throughout its lifetime. @param a_MobWidth The mob width. - @param a_MobWidth The mob height. + @param a_MobHeight The mob height. */ cPathFinder(double a_MobWidth, double a_MobHeight); -- cgit v1.2.3