[Freeciv-Dev] Re: heavy AI bug!
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
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
|
|