[freeciv-ai] Re: Bug in feryboat
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Mon, 28 Apr 2003, Jordi Negrevernis i Font wrote:
> unit_list_iterate(map_get_tile(punit->x, punit->y)->units, aunit)
> if (punit->owner != aunit->owner) {
> return;
> }
> This must be a continue; NOT a return!!!!! I've seen many times a
> transport
> full of units waiting in my cities without a reason!!! When playing
> with AIDiplomacy.
Yes, quite obviously. Fixed.
Thanks for finding & reporting.
- Per
|
|