pathfind: Fix up comment for commit 92e64d7

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2014-01-25 11:08:43 +01:00
parent 5cbcdc0497
commit 4d899f6e6d

View file

@ -565,7 +565,7 @@ static double
cost_land(natid actor, int uid, int mobtype)
{
/*
* Non-negative cost must not depend on ACTOR, see BestLandPath().
* Non-negative cost must not depend on ACTOR, see unit_path().
*/
struct sctstr *sp = (void *)empfile[EF_SECTOR].cache;