Author: sveinung Date: Sun Sep 14 13:12:51 2014 New Revision: 26407 URL: http://svn.gna.org/viewcvs/freeciv?rev=26407&view=rev Log: SDL clients: Move on to the next action selection after "Keep moving"
When the "Keep moving" action is selected the unit have received the input it asked for. It is time to let the next queued unit ask the user to select an action. See bug #22612 Modified: trunk/client/gui-sdl/action_dialog.c trunk/client/gui-sdl2/action_dialog.c Modified: trunk/client/gui-sdl/action_dialog.c URL: http://svn.gna.org/viewcvs/freeciv/trunk/client/gui-sdl/action_dialog.c?rev=26407&r1=26406&r2=26407&view=diff ============================================================================== --- trunk/client/gui-sdl/action_dialog.c (original) +++ trunk/client/gui-sdl/action_dialog.c Sun Sep 14 13:12:51 2014 @@ -758,6 +758,7 @@ } popdown_diplomat_dialog(); + choose_action_queue_next(); } return -1; } Modified: trunk/client/gui-sdl2/action_dialog.c URL: http://svn.gna.org/viewcvs/freeciv/trunk/client/gui-sdl2/action_dialog.c?rev=26407&r1=26406&r2=26407&view=diff ============================================================================== --- trunk/client/gui-sdl2/action_dialog.c (original) +++ trunk/client/gui-sdl2/action_dialog.c Sun Sep 14 13:12:51 2014 @@ -758,6 +758,7 @@ } popdown_diplomat_dialog(); + choose_action_queue_next(); } return -1; } _______________________________________________ Freeciv-commits mailing list Freeciv-commits@gna.org https://mail.gna.org/listinfo/freeciv-commits