[Freeciv-Dev] Re: (PR#1364) Assertion fails in get_role_unit()
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Tue, 19 Nov 2002, Raimar Falke via RT wrote:
> ai/advdomestic.c:1.84 (from april 2002) contains:
> unit_type = get_role_unit(F_HELP_WONDER, 0);
> which is buggy.
>
> The current version however contains:
>
> if (num_role_units(F_HELP_WONDER) == 0) {
> /* No such units available in the ruleset */
> return;
> }
Ah, I see. It was a comment on an existent bug. I think you should have
added your comment as a "comment" so it doesn't get broadcast and provoke
spaced out discussions.
G.
[Freeciv-Dev] Re: (PR#1364) Assertion fails in get_role_unit(),
Gregory Berkolaiko via RT <=
|
|