Author: jtn
Date: Mon Jun 23 01:12:14 2014
New Revision: 25241

URL: http://svn.gna.org/viewcvs/freeciv?rev=25241&view=rev
Log:
Correct comments describing get_preferred_pillage().

Modified:
    branches/S2_5/common/terrain.c

Modified: branches/S2_5/common/terrain.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/common/terrain.c?rev=25241&r1=25240&r2=25241&view=diff
==============================================================================
--- branches/S2_5/common/terrain.c      (original)
+++ branches/S2_5/common/terrain.c      Mon Jun 23 01:12:14 2014
@@ -868,10 +868,9 @@
 }
 
 /****************************************************************************
-  Returns the highest-priority (best) infrastructure (man-made special) to
-  be pillaged from the terrain set.  May return S_LAST if nothing
-  better is available.
-  Bases are encoded as numbers beyond S_LAST.
+  Determine the highest-priority (best) infrastructure (man-made special) to
+  be pillaged from the terrain set, which is returned in tgt.
+  Returns FALSE if there is nothing to be pillaged.
 ****************************************************************************/
 bool get_preferred_pillage(struct act_tgt *tgt,
                            bv_special pset,


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to