[Freeciv-Dev] Re: (PR#10635) odd message on pregame login
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=10635 >
the patch:
? gamelog
Index: server/connecthand.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/server/connecthand.c,v
retrieving revision 1.34
diff -u -r1.34 connecthand.c
--- server/connecthand.c 4 Oct 2004 04:37:33 -0000 1.34
+++ server/connecthand.c 23 Oct 2004 23:00:37 -0000
@@ -154,7 +154,7 @@
}
/* if need be, tell who we're waiting on to end the game turn */
- if (game.turnblock) {
+ if (server_state == RUN_GAME_STATE && game.turnblock) {
players_iterate(cplayer) {
if (cplayer->is_alive
&& !cplayer->ai.control
|
|