--- a/share/hedgewars/Data/Scripts/Multiplayer/WxW.lua Mon Jun 04 19:36:55 2012 -0400
+++ b/share/hedgewars/Data/Scripts/Multiplayer/WxW.lua Mon Jun 04 19:43:39 2012 -0400
@@ -598,7 +598,7 @@
roundN = roundN + 1
if roundN < 2 then
TurnTimeLeft = -1
- SetInputMask(band(0xFFFFFFFF, bnot(gmAnimate+gmAttack+gmDown+gmHJump+gmLeft+gmLJump+gmPrecise+gmRight+gmSlot+gmSwitch+gmTimer+gmUp+gmWeapon)))
+ SetInputMask(0)
allowCrate = false
HandleStartingStage() -- new
end
@@ -670,7 +670,7 @@
then
SetInputMask(0xFFFFFFFF)
elseif ropeG == nil then
- SetInputMask(band(0xFFFFFFFF, bnot(gmAttack)))
+ SetInputMask(bnot(gmAttack))
end
end