Author: cazfi
Date: Sun Nov 15 22:14:05 2015
New Revision: 30623

URL: http://svn.gna.org/viewcvs/freeciv?rev=30623&view=rev
Log:
Keep turn done button insensitive when server considered busy

See patch #6583

Modified:
    branches/S2_6/client/mapctrl_common.c

Modified: branches/S2_6/client/mapctrl_common.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/client/mapctrl_common.c?rev=30623&r1=30622&r2=30623&view=diff
==============================================================================
--- branches/S2_6/client/mapctrl_common.c       (original)
+++ branches/S2_6/client/mapctrl_common.c       Sun Nov 15 22:14:05 2015
@@ -520,6 +520,7 @@
   return (can_client_issue_orders()
           && !client.conn.playing->ai_controlled
           && !client.conn.playing->phase_done
+          && !is_server_busy()
           && is_player_phase(client.conn.playing, game.info.phase)
           && !agents_busy());
 }


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

Reply via email to