ok. for some reason, this now works without problems. weird. (reenable smine/cleaver alt)
--- a/hedgewars/uVariables.pas Sun Oct 21 19:17:00 2012 +0400
+++ b/hedgewars/uVariables.pas Sun Oct 21 12:28:05 2012 -0400
@@ -2105,7 +2105,8 @@
Probability: 100;
NumberInCase: 1;
Ammo: (Propz: ammoprop_Power or
- ammoprop_NeedUpDown; //FIXME: enable multishoot at altuse, until then removed ammoprop_AltUse
+ ammoprop_AltUse or
+ ammoprop_NeedUpDown;
Count: 1;
NumPerTurn: 1;
Timer: 0;
@@ -2338,7 +2339,8 @@
Probability: 100;
NumberInCase: 1;
Ammo: (Propz: ammoprop_Power or
- ammoprop_NeedUpDown; //FIXME: enable multishoot at altuse, until then removed ammoprop_AltUse
+ ammoprop_AltUse or
+ ammoprop_NeedUpDown;
Count: 1;
NumPerTurn: 1;
Timer: 0;