--- 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