Remove sprFlake from set of clamped textures
authornemo
Thu, 15 Oct 2009 15:33:43 +0000
changeset 2452 a6edc408a376
parent 2451 5affd0840927
child 2453 fdb76012b688
Remove sprFlake from set of clamped textures
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