Author: sveinung
Date: Tue Jan 17 06:31:39 2017
New Revision: 34862

URL: http://svn.gna.org/viewcvs/freeciv?rev=34862&view=rev
Log:
Improve the comment header clarity...

...of the mke_can_see_city_externals() function.

Modified:
    trunk/common/metaknowledge.c

Modified: trunk/common/metaknowledge.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/common/metaknowledge.c?rev=34862&r1=34861&r2=34862&view=diff
==============================================================================
--- trunk/common/metaknowledge.c        (original)
+++ trunk/common/metaknowledge.c        Tue Jan 17 06:31:39 2017
@@ -710,8 +710,9 @@
   Returns TRUE iff pow_player can see externally visible features of
   target_city.
 
-  Those are visible to its owner, to players that currently sees its city
-  tile and to players that has it as a trade partner.
+  A city's external features are visible to its owner, to players that
+  currently sees the tile it is located at and to players that has it as
+  a trade partner.
 **************************************************************************/
 bool mke_can_see_city_externals(const struct player *pow_player,
                                 const struct city *target_city) {


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

Reply via email to