| [Freeciv-Dev] (PR#12818) Setting for city Outlines isn't remembered[Top] [All Lists][Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
 
 
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12818 >
This patch (untested) should fix it.
-jason
 Index: client/options.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/options.c,v
retrieving revision 1.124
diff -u -r1.124 options.c
--- client/options.c    15 Feb 2005 16:40:40 -0000      1.124
+++ client/options.c    18 Apr 2005 06:11:09 -0000
@@ -233,6 +233,7 @@
 #define VIEW_OPTION_TERMINATOR { NULL, NULL }
 
 view_option view_options[] = {
+  VIEW_OPTION(draw_city_outlines),
   VIEW_OPTION(draw_map_grid),
   VIEW_OPTION(draw_city_names),
   VIEW_OPTION(draw_city_growth),
 
 |  |