]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/lndsub.c
Fix up a few identifier references in comments
[empserver] / src / lib / subs / lndsub.c
index 11d653f03e4f6dc26c5d847c38eabdf6b80fbecd..935ac458ca05d582d3c6bf010c659d65860a3970 100644 (file)
@@ -925,7 +925,7 @@ lnd_pathcost(struct lndstr *lp, double pathcost)
        effspd *= lp->lnd_effic * 0.01;
 
     /*
-     * The return value must be PATHCOST times a factor that depends
+     * The return value must be @pathcost times a factor that depends
      * only on the land unit.  Anything else breaks path finding.  In
      * particular, you can't add or enforce a minimum cost here.  Do
      * it in sector_mcost().