Author: sveinung
Date: Wed Jun 15 07:46:10 2016
New Revision: 32854

URL: http://svn.gna.org/viewcvs/freeciv?rev=32854&view=rev
Log:
Comment fix: the move can also be a move.

Modified:
    branches/S2_6/ai/default/aitools.c

Modified: branches/S2_6/ai/default/aitools.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/ai/default/aitools.c?rev=32854&r1=32853&r2=32854&view=diff
==============================================================================
--- branches/S2_6/ai/default/aitools.c  (original)
+++ branches/S2_6/ai/default/aitools.c  Wed Jun 15 07:46:10 2016
@@ -839,7 +839,7 @@
   fc_assert_ret_val(is_tiles_adjacent(unit_tile(punit), ptile), TRUE);
 
   unit_activity_handling(punit, ACTIVITY_IDLE);
-  /* Regular attack. */
+  /* Regular attack, Occupy City or other move. */
   (void) unit_move_handling(punit, ptile, FALSE, TRUE, NULL);
   alive = (game_unit_by_number(sanity) != NULL);
 


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

Reply via email to