hedgewars/uStore.pas
changeset 2145 fa43619eb3e7
parent 2023 41d3afaa20c7
child 2152 a2811690da1b
--- a/hedgewars/uStore.pas	Tue Jun 02 18:43:00 2009 +0000
+++ b/hedgewars/uStore.pas	Tue Jun 02 18:59:13 2009 +0000
@@ -273,7 +273,8 @@
 AddProgress;
 for ii:= Low(TSprite) to High(TSprite) do
 	with SpritesData[ii] do
-        if (not cReducedQuality) or 
+        // FIXME - add a sprite attribute
+        if (not cReducedQuality) or
            ((ii <> sprSky) and (ii <> sprHorizont) and (ii <> sprFlake)) then
 			begin
 			if AltPath = ptNone then