diff -r c76a2f7bd452 -r fa43619eb3e7 hedgewars/uStore.pas --- 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