[Freeciv-Dev] (PR#13581) overview cities-layer isn't saved properly
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=13581 >
This is a typo/thinko in the options code. I'll commit this patch
immediately.
-jason
Index: client/options.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/options.c,v
retrieving revision 1.136
diff -p -u -r1.136 options.c
--- client/options.c 31 Jul 2005 16:23:13 -0000 1.136
+++ client/options.c 1 Aug 2005 02:32:22 -0000
@@ -235,7 +235,7 @@ static client_option common_options[] =
N_("Units layer"),
N_("If enabled then units will be drawn on the overview."),
COC_OVERVIEW),
- GEN_BOOL_OPTION(overview.layers[OLAYER_BACKGROUND],
+ GEN_BOOL_OPTION(overview.layers[OLAYER_CITIES],
N_("Cities layer"),
N_("If enabled then cities will be drawn on the overview."),
COC_OVERVIEW)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Freeciv-Dev] (PR#13581) overview cities-layer isn't saved properly,
Jason Short <=
|
|