share/hedgewars/Data/Scripts/Multiplayer/WxW.lua
changeset 7183 95dc11d648fb
parent 7095 b20dfa82f453
child 8043 da083f8d95e6
--- 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