changeset 5016 | 9347d82a26cc |
parent 4976 | 088d40d8aba2 |
child 5313 | 5e18eaef65d0 |
--- 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".