hedgewars/uStore.pas
changeset 2452 a6edc408a376
parent 2447 08d623a494e6
child 2557 3c0b8b6bee20
child 2565 54296af65fe9
--- 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