# HG changeset patch # User nemo # Date 1255620823 0 # Node ID a6edc408a37657e53c4afd0195e76beef5130ac5 # Parent 5affd0840927fbede7c965b506b2363650efca5e Remove sprFlake from set of clamped textures diff -r 5affd0840927 -r a6edc408a376 hedgewars/uStore.pas --- a/hedgewars/uStore.pas Thu Oct 15 15:28:19 2009 +0000 +++ b/hedgewars/uStore.pas Thu Oct 15 15:33:43 2009 +0000 @@ -299,7 +299,7 @@ if imageHeight = 0 then imageHeight := tmpsurf^.h; if Width = 0 then Width:= tmpsurf^.w; if Height = 0 then Height:= tmpsurf^.h; - if (ii in [sprSky, sprSkyL, sprSkyR, sprHorizont, sprHorizontL, sprHorizontR, sprFlake]) then + if (ii in [sprSky, sprSkyL, sprSkyR, sprHorizont, sprHorizontL, sprHorizontR]) then Texture:= Surface2Tex(tmpsurf, true) else begin