share/hedgewars/Data/Maps/CTF_Blizzard/map.lua
changeset 13687 a8b2a5e7e9db
parent 13643 690cc84e9fd6
child 13769 e874bfe563c7
--- a/share/hedgewars/Data/Maps/CTF_Blizzard/map.lua	Tue Aug 21 22:57:56 2018 +0200
+++ b/share/hedgewars/Data/Maps/CTF_Blizzard/map.lua	Tue Aug 21 23:56:49 2018 +0200
@@ -183,9 +183,7 @@
 			-- smoketrace and eviltrace are not effected by wind?
 			-- chunk is a LR falling gear
 			local tempE = AddVisualGear(eX, eY, vgtDust, 0, false)
-			if tempE ~= 0 then
-				SetVisualGearValues(tempE, eX, eY, nil, nil, nil, nil, nil, nil, nil, fCol[i])
-			end
+			SetVisualGearValues(tempE, eX, eY, nil, nil, nil, nil, nil, nil, nil, fCol[i])
 		end
 	end
 end