changeset 4776 | ab956d4647a4 |
parent 4406 | beb4de0af990 |
child 4792 | 68f9b331014a |
--- a/hedgewars/uConsts.pas Wed Dec 29 14:59:56 2010 +0100 +++ b/hedgewars/uConsts.pas Wed Dec 29 15:57:13 2010 +0100 @@ -194,7 +194,7 @@ gfInfAttack = $00100000; gfResetWeps = $00200000; gfPerHogAmmo = $00400000; - gfDisableWind = $00800000; // only lua for now + gfDisableWind = $00800000; gfMoreWind = $01000000; // NOTE: When adding new game flags, ask yourself // if a "game start notice" would be useful. If so,