hedgewars/uConsts.pas
changeset 5717 6d513913b7a9
parent 5441 39962b855540
child 5725 e27100a0e2d0
child 6077 d8fa5a85d24f
equal deleted inserted replaced
5716:9505a6f3fe05 5717:6d513913b7a9
   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;