[Freeciv-Dev] (PR#12882) End turn button dysfunction
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12882 >
This patch should fix it.
But note the blinking turn-done button doesn't blink at very regular
intervals, now that the client timer actually works.
-jason
Index: server/srv_main.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/server/srv_main.c,v
retrieving revision 1.245
diff -u -r1.245 srv_main.c
--- server/srv_main.c 13 Apr 2005 18:41:11 -0000 1.245
+++ server/srv_main.c 25 Apr 2005 08:05:05 -0000
@@ -521,6 +521,7 @@
phase_players_iterate(pplayer) {
pplayer->phase_done = FALSE;
} phase_players_iterate_end;
+ send_player_info(NULL, NULL);
send_start_phase_to_clients();
|
|