[Freeciv-Dev] Re: teamslite11
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Tue, Oct 29, 2002 at 06:15:36PM +0000, Per I. Mathisen wrote:
> Hopefully last one. Changes:
> - removed some patch "noise"
> - ensure sane team names
> - removed need for team_register function
> - teamchat -> send to allies
> - send to allies key is '.'
Fine.
I don't understand:
+ if (plr0->team != TEAM_NONE && plr1->team != TEAM_NONE
+ && plr0->team != plr1->team) {
+ notify_player(plr0, _("You cannot do diplomacy with "
+ "members of another team."));
+ return;
+ }
When tere are more than 2 teams it can be useful to make diplomacy with
another team.
Thomas
|
|