Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 350244 | Differences between
and this patch

Collapse All | Expand All

(-)a/share/hedgewars/Data/Maps/CTF_Blizzard/map.lua (-3 / +5 lines)
Lines 153-161 Link Here
153
	-- steam and smoke and DUST look good, smokering looks trippy 
153
	-- steam and smoke and DUST look good, smokering looks trippy 
154
	-- smoketrace and eviltrace are not effected by wind?
154
	-- smoketrace and eviltrace are not effected by wind?
155
	-- chunk is a LR falling gear
155
	-- chunk is a LR falling gear
156
			tempE = AddVisualGear(eX, eY, vgtDust, 0, false)		
156
			tempE = AddVisualGear(eX, eY, vgtDust, 0, false)
157
			g1, g2, g3, g4, g5, g6, g7, g8, g9, g10 = GetVisualGearValues(tempE)
157
            if tempE ~= 0 then
158
			SetVisualGearValues(tempE, eX, eY, g3, g4, g5, g6, g7, g8, g9, fCol[i])
158
			    g1, g2, g3, g4, g5, g6, g7, g8, g9, g10 = GetVisualGearValues(tempE)
159
			    SetVisualGearValues(tempE, eX, eY, g3, g4, g5, g6, g7, g8, g9, fCol[i])
160
            end
159
		end
161
		end
160
	end 
162
	end 
161
end
163
end

Return to bug 350244