diff -r d81c6e14416d -r ab956d4647a4 hedgewars/uConsts.pas --- 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,