Author: cazfi
Date: Mon May 15 22:47:30 2017
New Revision: 35603

URL: http://svn.gna.org/viewcvs/freeciv?rev=35603&view=rev
Log:
Fix tex compile

See hrm Bug #660664

Modified:
    trunk/ai/tex/texaicity.c

Modified: trunk/ai/tex/texaicity.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/ai/tex/texaicity.c?rev=35603&r1=35602&r2=35603&view=diff
==============================================================================
--- trunk/ai/tex/texaicity.c    (original)
+++ trunk/ai/tex/texaicity.c    Mon May 15 22:47:30 2017
@@ -132,8 +132,8 @@
     }
   } unit_type_iterate_end;
 
-  cdata->defai.settler_want = maxwant / 70;
-  cdata->defai.settler_type = type;
+  cdata->defai.worker_want = maxwant / 70;
+  cdata->defai.worker_type = type;
 }
 
 struct texai_tile_state


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

Reply via email to