[Freeciv-Dev] Re: (PR#12852) Major bug: AI ignores skill-level directive
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12852 >
On Tue, 19 Apr 2005, Jason Short wrote:
> This patch should fix it, more or less.A better fix may be possible.
- int want = pcity->ai.settler_want;
+ int want = pcity->ai.settler_want * pplayer->ai.expand;
Surely it should be:
+ int want = pcity->ai.settler_want * pplayer->ai.expand / 100;
- Per
- [Freeciv-Dev] Re: (PR#12852) Major bug: AI ignores skill-level directives,
Per I. Mathisen <=
|
|