hedgewars/uConsts.pas
branchhedgeroid
changeset 5725 e27100a0e2d0
parent 5550 50650032c251
parent 5717 6d513913b7a9
child 6224 42b256eca362
equal deleted inserted replaced
5671:ba4c3a4c8b09 5725:e27100a0e2d0
   196     gfResetWeps          = $00200000;
   196     gfResetWeps          = $00200000;
   197     gfPerHogAmmo         = $00400000;
   197     gfPerHogAmmo         = $00400000;
   198     gfDisableWind        = $00800000;
   198     gfDisableWind        = $00800000;
   199     gfMoreWind           = $01000000;
   199     gfMoreWind           = $01000000;
   200     gfTagTeam            = $02000000;
   200     gfTagTeam            = $02000000;
       
   201     gfBottomBorder       = $04000000;
   201     // NOTE: When adding new game flags, ask yourself
   202     // NOTE: When adding new game flags, ask yourself
   202     // if a "game start notice" would be useful. If so,
   203     // if a "game start notice" would be useful. If so,
   203     // add one in uWorld.pas - look for "AddGoal".
   204     // add one in uWorld.pas - look for "AddGoal".
   204 
   205 
   205     gstDrowning       = $00000001;
   206     gstDrowning       = $00000001;