Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
December 2004: [Freeciv-Dev] Re: (PR#11271) get_food_trade_shields isn't good |
[Freeciv-Dev] Re: (PR#11271) get_food_trade_shields isn't good[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=11271 > Per I. Mathisen wrote: > However, CMA will not work with this patch. I have no idea why. Looks like the error is in set_tax_income: + pcity->luxury_total += output[O_LUXURY]; + pcity->science_total += output[O_SCIENCE]; + pcity->tax_total += output[O_GOLD]; should be = not +=. jason
|