[Freeciv-Dev] Re: (PR#11367) [Patch] Death to civstyle
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=11367 >
Jason Short wrote:
>
>>[cazfi - Tue Dec 07 00:18:49 2004]:
>>
>> At least helptext must be changed.
>
> Will you make a patch for that?
diff -Nurd -X.diff_ignore freeciv/server/settings.c freeciv/server/settings.c
--- freeciv/server/settings.c 2004-12-07 21:21:26.125000000 +0200
+++ freeciv/server/settings.c 2004-12-07 21:40:48.578125000 +0200
@@ -622,11 +622,9 @@
GEN_INT("civstyle", game.civstyle,
SSET_RULES, SSET_MILITARY, SSET_RARE, SSET_TO_CLIENT,
- N_("Style of Civ rules"),
- N_("Sets some basic rules; 1 means style of Civ1, 2 means Civ2.\n"
- "Currently this option affects the following rules:\n"
- " - Apollo shows whole map in Civ2, only cities in Civ1.\n"
- "See also README.rulesets."), NULL,
+ N_("civstyle is obsolete setting"),
+ N_("This setting is obsolete; it does nothing in current version. "
+ "It will be removed from future versions."), NULL,
GAME_MIN_CIVSTYLE, GAME_MAX_CIVSTYLE, GAME_DEFAULT_CIVSTYLE)
GEN_INT("occupychance", game.occupychance,
|
|