Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2003:
[Freeciv-Dev] Re: (PR#2991) Waste patch
Home

[Freeciv-Dev] Re: (PR#2991) Waste patch

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: raahul_da_man@xxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#2991) Waste patch
From: "Jason Short via RT" <rt@xxxxxxxxxxxxxx>
Date: Tue, 4 Feb 2003 12:53:46 -0800
Reply-to: rt.freeciv.org@xxxxxxxxxxxxxx

Jason Short via RT wrote:
> Per I. Mathisen via RT wrote:
> 
>>On Tue, 4 Feb 2003, Raahul Kumar via RT wrote:
>>
>>
>>>This is the latest waste patch.
>>
>>
>>I've committed this patch with one major omission: The default ruleset
>>does not implement waste - in effect, all governments are as Democracy in
>>regards to waste, ie they don't have it.
> 
> 
> This patch still doesn't have cityrep support for waste; the function is 
> declared but never used.

This should do it...

jason

Index: client/cityrepdata.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/cityrepdata.c,v
retrieving revision 1.28
diff -u -r1.28 cityrepdata.c
--- client/cityrepdata.c        2003/02/04 17:07:42     1.28
+++ client/cityrepdata.c        2003/02/04 20:52:35
@@ -485,6 +485,7 @@
     FUNC_TAG(growturns) },
   { FALSE,  3, 1, NULL, N_("?corruption:Cor"),        N_("Corruption"),
                                       FUNC_TAG(corruption) },
+  { FALSE,  3, 1, NULL, N_("?waste:Was"), N_("Waste"), FUNC_TAG(waste) },
   { TRUE,  15, 1, NULL, N_("CMA"),           N_("City Management Agent"),
                                       FUNC_TAG(cma) },
   { TRUE,   0, 1, N_("Currently Building"), N_("(Stock,Target,Turns,Buy)"),

[Prev in Thread] Current Thread [Next in Thread]