diff -r 1859a471488b -r 9347d82a26cc hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Thu Mar 17 16:19:03 2011 +0100 +++ b/hedgewars/uConsts.pas Thu Mar 17 23:11:48 2011 +0100 @@ -185,6 +185,7 @@ gfPerHogAmmo = $00400000; gfDisableWind = $00800000; gfMoreWind = $01000000; + gfTagTeam = $02000000; // NOTE: When adding new game flags, ask yourself // if a "game start notice" would be useful. If so, // add one in uWorld.pas - look for "AddGoal".