1
0

Correct typo in documentation.

This commit is contained in:
Alexander Harkness 2016-02-05 16:45:55 +00:00
parent cb28aaface
commit ac5170c7c4

View File

@ -14,7 +14,7 @@ class cPathFinder
public: public:
/** Creates a cPathFinder instance. Each mob should have one cPathFinder throughout its lifetime. /** Creates a cPathFinder instance. Each mob should have one cPathFinder throughout its lifetime.
@param a_MobWidth The mob width. @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); cPathFinder(double a_MobWidth, double a_MobHeight);