changeset 4218 | d90e9c89596b |
parent 4168 | 49ad7bea4a33 |
child 4230 | e9c7182affa7 |
--- a/hedgewars/uConsts.pas Mon Nov 08 23:05:44 2010 +0100 +++ b/hedgewars/uConsts.pas Mon Nov 08 23:07:43 2010 +0100 @@ -354,6 +354,7 @@ gfInfAttack = $00100000; gfResetWeps = $00200000; gfPerHogAmmo = $00400000; + gfDisableWind = $00800000; // only lua for now // 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".