branch | hedgeroid |
changeset 5725 | e27100a0e2d0 |
parent 5550 | 50650032c251 |
parent 5717 | 6d513913b7a9 |
child 6224 | 42b256eca362 |
--- 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".