Author: sveinung
Date: Mon Feb  8 01:12:01 2016
New Revision: 31816

URL: http://svn.gna.org/viewcvs/freeciv?rev=31816&view=rev
Log:
Fix comment's reference to UTYF_PARATROOPERS.

It isn't called F_PARATROOPERS any more.

Modified:
    branches/S2_5/common/unittype.h

Modified: branches/S2_5/common/unittype.h
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/common/unittype.h?rev=31816&r1=31815&r2=31816&view=diff
==============================================================================
--- branches/S2_5/common/unittype.h     (original)
+++ branches/S2_5/common/unittype.h     Mon Feb  8 01:12:01 2016
@@ -437,7 +437,8 @@
   int happy_cost;  /* unhappy people in home city */
   int upkeep[O_LAST];
 
-  int paratroopers_range; /* only valid for F_PARATROOPERS */
+  /* Only valid for UTYF_PARATROOPERS */
+  int paratroopers_range;
   int paratroopers_mr_req;
   int paratroopers_mr_sub;
 


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

Reply via email to