diff -r ba4c3a4c8b09 -r e27100a0e2d0 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Thu Sep 01 14:55:31 2011 +0200 +++ b/hedgewars/uConsts.pas Thu Sep 01 17:03:19 2011 +0200 @@ -198,6 +198,7 @@ gfDisableWind = $00800000; gfMoreWind = $01000000; gfTagTeam = $02000000; + gfBottomBorder = $04000000; // 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".