# HG changeset patch # User nemo # Date 1338853419 14400 # Node ID 95dc11d648fb9d6dfe2a375763b6f557bde36014 # Parent 0791c1f2734cd074443c987657857b4adab9cede tidy flags diff -r 0791c1f2734c -r 95dc11d648fb share/hedgewars/Data/Scripts/Multiplayer/WxW.lua --- 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