Complete.Org: Mailing Lists: Archives: freeciv-dev: September 1999:
[Freeciv-Dev] Pollution with new techs
Home

[Freeciv-Dev] Pollution with new techs

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Freeciv Dev <freeciv-dev@xxxxxxxxxxxx>
Subject: [Freeciv-Dev] Pollution with new techs
From: Artur Biesiadowski <abies@xxxxxxxxx>
Date: Tue, 07 Sep 1999 22:06:21 +0200

Pollution modifier can be computed wrong in advdomestic.c:pollution_cost
and in cityturn.c:set_pollution. I think it should be
  mod = max(mod,i)
instead of
  mod = i
(in other case order of techs in ruleset is important).

Artur


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