Author: sveinung
Date: Mon Feb  8 01:11:01 2016
New Revision: 31815

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

It isn't called F_PARATROOPERS any more.

Modified:
    branches/S2_6/common/unittype.h

Modified: branches/S2_6/common/unittype.h
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/common/unittype.h?rev=31815&r1=31814&r2=31815&view=diff
==============================================================================
--- branches/S2_6/common/unittype.h     (original)
+++ branches/S2_6/common/unittype.h     Mon Feb  8 01:11:01 2016
@@ -489,7 +489,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