[Freeciv-Dev] Re: (PR#9470) Bug: Received value isn't boolean: 99
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=9470 >
Jason Short wrote:
> <URL: http://rt.freeciv.org/Ticket/Display.html?id=9470 >
>
> I committed the fix.
>
> This means savegames from the last few days will have incompatable
> client-side settings and may have problems if loaded with recent servers.
Crap. But this patch is also needed (to revert the changes there) or
the code will assert very quickly.
jason
Index: client/agents/cma_core.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/agents/cma_core.c,v
retrieving revision 1.60
diff -u -r1.60 cma_core.c
--- client/agents/cma_core.c 22 Jul 2004 20:52:52 -0000 1.60
+++ client/agents/cma_core.c 23 Jul 2004 04:56:54 -0000
@@ -68,7 +68,7 @@
#define SHOW_APPLY_RESULT_ON_SERVER_ERRORS FALSE
#define ALWAYS_APPLY_AT_SERVER FALSE
-#define SAVED_PARAMETER_SIZE 28
+#define SAVED_PARAMETER_SIZE 29
/*
* Misc statistic to analyze performance.
|
|