hedgewars/uConsts.pas
changeset 4776 ab956d4647a4
parent 4406 beb4de0af990
child 4792 68f9b331014a
equal deleted inserted replaced
4774:d81c6e14416d 4776:ab956d4647a4
   192     gfDisableLandObjects = $00040000;
   192     gfDisableLandObjects = $00040000;
   193     gfAISurvival         = $00080000;
   193     gfAISurvival         = $00080000;
   194     gfInfAttack          = $00100000;
   194     gfInfAttack          = $00100000;
   195     gfResetWeps          = $00200000;
   195     gfResetWeps          = $00200000;
   196     gfPerHogAmmo         = $00400000;
   196     gfPerHogAmmo         = $00400000;
   197     gfDisableWind        = $00800000;           // only lua for now
   197     gfDisableWind        = $00800000;
   198     gfMoreWind           = $01000000;
   198     gfMoreWind           = $01000000;
   199     // NOTE: When adding new game flags, ask yourself
   199     // NOTE: When adding new game flags, ask yourself
   200     // if a "game start notice" would be useful. If so,
   200     // if a "game start notice" would be useful. If so,
   201     // add one in uWorld.pas - look for "AddGoal".
   201     // add one in uWorld.pas - look for "AddGoal".
   202 
   202