diff -r 190d6bb075c5 -r ed9676dc8cb4 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Wed Sep 14 22:27:22 2011 +0200 +++ b/hedgewars/uConsts.pas Wed Sep 14 22:39:39 2011 +0200 @@ -196,6 +196,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".