]> git.pond.sub.org Git - empserver/commitdiff
pathfind: Fix up comment for commit 92e64d7
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 25 Jan 2014 10:08:43 +0000 (11:08 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 16 Feb 2014 12:19:26 +0000 (13:19 +0100)
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
src/lib/common/pathfind.c

index 759c7c8820bba4ba6c776f93ec7be0aa9824d804..4e3fc47b94b0910d7cc289475d9523b195563e5a 100644 (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;