jdorje: Fix a bug where when all players disconnect ...

[email protected] Sun, 14 Aug 2005 20:41:04 -0700
Newsgroups gmane.games.freeciv.cvs
Message-ID <[email protected]>
This is an automated notification of a change to freeciv cvs, 
on Sun Aug 14 20:33:28 PDT 2005 = Mon Aug 15 03:33:28 2005 (GMT)
by Jason Dorje Short <[email protected]>

---- Files affected:

freeciv/server sernet.c srv_main.c srv_main.h

---- Log message:
      Tag: HEAD

Fix a bug where when all players disconnect with -q, the game advances a
turn before ending and a savegame is made during the gameover state.
When -e is given, a savegame is made and the server exits immediately.

Reported by Benoit Hudson, Christian Knoke, "Jeff" <[email protected]>,
Vladimir Pekez <[email protected]>, Carl Lobo <[email protected]>, and
<[email protected]> in PR#11688.  Patch by me.