Author: cazfi
Date: Wed Oct 14 22:58:35 2015
New Revision: 30083

URL: http://svn.gna.org/viewcvs/freeciv?rev=30083&view=rev
Log:
Updated function name mentioned in comments ai_manage_explorer() -> 
manage_auto_explorer()

Modified:
    trunk/server/unittools.c

Modified: trunk/server/unittools.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/unittools.c?rev=30083&r1=30082&r2=30083&view=diff
==============================================================================
--- trunk/server/unittools.c    (original)
+++ trunk/server/unittools.c    Wed Oct 14 22:58:35 2015
@@ -2596,7 +2596,7 @@
      /* don't use punit! */
      return;
    case MR_OK:
-     /* FIXME: ai_manage_explorer() isn't supposed to change the activity,
+     /* FIXME: manage_auto_explorer() isn't supposed to change the activity,
       * but don't count on this.  See PR#39792.
       */
      if (punit->activity == ACTIVITY_EXPLORE) {
@@ -2606,7 +2606,7 @@
    default:
      unit_activity_handling(punit, ACTIVITY_IDLE);
 
-     /* FIXME: When the ai_manage_explorer() call changes the activity from
+     /* FIXME: When the manage_auot_explorer() call changes the activity from
       * EXPLORE to IDLE, in unit_activity_handling() ai.control is left
       * alone.  We reset it here.  See PR#12931. */
      punit->ai_controlled = FALSE;


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

Reply via email to