From 28f7c42fb77536f84e9875e8e4bc5284d75f6aa3 Mon Sep 17 00:00:00 2001 From: cc9cii Date: Fri, 4 Apr 2014 18:17:42 +1100 Subject: [PATCH] One more comment fix. --- apps/openmw/mwmechanics/pathgrid.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/openmw/mwmechanics/pathgrid.hpp b/apps/openmw/mwmechanics/pathgrid.hpp index 372f6bd2d..ac545efbc 100644 --- a/apps/openmw/mwmechanics/pathgrid.hpp +++ b/apps/openmw/mwmechanics/pathgrid.hpp @@ -27,7 +27,9 @@ namespace MWMechanics // from start point) both start and end are pathgrid point indexes bool isPointConnected(const int start, const int end) const; - // isOutside is used whether to convert path to world co-ordinates + // the input parameters are pathgrid point indexes + // the output list is in local (internal cells) or world (external + // cells) co-ordinates std::list aStarSearch(const int start, const int end) const; private: