[Freeciv-Dev] (PR#13539) Re: Re: (PR#13543) generic_city_refresh not cal
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=13539 >
On Mon, 25 Jul 2005, Jason Short wrote:
> >>The problem is surely that generic_city_refresh (which rebuilds the
> >>cache) is not being called.
> >
> > But this is intentional. Calling generic_city_refresh() here would be too
> > slow. We just add a building, grab exactly those pieces of data we need,
> > remove the building, and then leave the city state exactly as it was
> > before.
>
> But how do you know which pieces of data you need?
I know which pieces of data I ask for. See ai/aicity.c:city_want()
- Per
|
|