Author: sveinung
Date: Mon Feb 15 17:36:02 2016
New Revision: 31930

URL: http://svn.gna.org/viewcvs/freeciv?rev=31930&view=rev
Log:
handle_unit_actions() header comment update.

* Support for background requests has been added.
* The diplomat arrival queue has been removed.

Modified:
    branches/S2_6/client/packhand.c

Modified: branches/S2_6/client/packhand.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/client/packhand.c?rev=31930&r1=31929&r2=31930&view=diff
==============================================================================
--- branches/S2_6/client/packhand.c     (original)
+++ branches/S2_6/client/packhand.c     Mon Feb 15 17:36:02 2016
@@ -4120,8 +4120,8 @@
 /**************************************************************************
   Handle reply to possible actions.
 
-  Note that it MUST call action_decision_taken() in the end in case
-  there are more elements in the queue.
+  Note that a reply to a foreground request (a reply where disturb_player
+  is true) must result in its clean up.
 **************************************************************************/
 void handle_unit_actions(const struct packet_unit_actions *packet)
 {


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

Reply via email to