hedgewars/uConsts.pas
changeset 5906 ed9676dc8cb4
parent 5717 6d513913b7a9
child 5725 e27100a0e2d0
child 6077 d8fa5a85d24f
equal deleted inserted replaced
5713:190d6bb075c5 5906:ed9676dc8cb4
   194     gfResetWeps          = $00200000;
   194     gfResetWeps          = $00200000;
   195     gfPerHogAmmo         = $00400000;
   195     gfPerHogAmmo         = $00400000;
   196     gfDisableWind        = $00800000;
   196     gfDisableWind        = $00800000;
   197     gfMoreWind           = $01000000;
   197     gfMoreWind           = $01000000;
   198     gfTagTeam            = $02000000;
   198     gfTagTeam            = $02000000;
       
   199     gfBottomBorder       = $04000000;
   199     // NOTE: When adding new game flags, ask yourself
   200     // NOTE: When adding new game flags, ask yourself
   200     // if a "game start notice" would be useful. If so,
   201     // if a "game start notice" would be useful. If so,
   201     // add one in uWorld.pas - look for "AddGoal".
   202     // add one in uWorld.pas - look for "AddGoal".
   202 
   203 
   203     gstDrowning       = $00000001;
   204     gstDrowning       = $00000001;