K 10
svn:author
V 3
per
K 8
svn:date
V 27
2002-08-14T02:19:33.000000Z
K 7
svn:log
V 461
Fix yet another bug in the autoexplorer code, created by none other than yours truly.

       /* ai_unit_move for AI players, handle_unit_move_request for humans */
       if ((pplayer->ai.control && ai_unit_move(punit, best_x, best_y))
-          || (handle_unit_move_request(punit, best_x, best_y, FALSE, FALSE))) {
+          || (!pplayer->ai.control
+              && handle_unit_move_request(punit, best_x, best_y, FALSE, FALSE))) {
         x = punit->x;

END
