[Freeciv-Dev] Re: (PR#14346) Vision crash
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=14346 >
I think the assertion should stay as it basically detects all
desynchronized fogging. This patch fixes the crash.
-jason
Index: server/srv_main.c
===================================================================
--- server/srv_main.c (revision 11147)
+++ server/srv_main.c (working copy)
@@ -818,6 +818,7 @@
**************************************************************************/
void server_quit(void)
{
+ server_state = GAME_OVER_STATE;
server_game_free();
diplhand_free();
stdinhand_free();
|
|