Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2002:
[Freeciv-Dev] Re: heavy AI bug!
Home

[Freeciv-Dev] Re: heavy AI bug!

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: heavy AI bug!
From: "Per I. Mathisen" <per@xxxxxxxxxxx>
Date: Tue, 29 Oct 2002 07:22:35 +0000 (GMT)

On Tue, 29 Oct 2002, Thomas Strub wrote:
> > Game: Trajan gave you Map Making!
> >
> > every player is getting science from AI without any reason!
>
> Think you played a game with the teamslite10 patch.

> +players_iterate(aplayer) {
> +  if (pplayer->team == aplayer->team) {
> +    for (i = 0; i < game.num_tech_types; i++) {
>
> think the condition should be
>
> if ((pplayer->team == aplayer->team) && pplayer->team != TEAM_NONE)

Oooops. Yes.

  - Per



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