diff -r a9873c81b5e6 -r 1a754860b0e5 hedgewars/uTypes.pas --- a/hedgewars/uTypes.pas Sat May 25 18:18:42 2019 +0300 +++ b/hedgewars/uTypes.pas Sun May 26 14:16:35 2019 +0200 @@ -476,6 +476,7 @@ StatsHandled : boolean; // true if clan's rank has been handled for stats screen Flawless: boolean; Passive: boolean; // informational. Must be set to true if all of the teams are passive + LocalOrAlly: boolean; // true if at least 1 team in the clan is a local team. A local team is a non-extdriven team controlled by a human end; cdeclPtr = procedure; cdecl;