hedgewars/uStore.pas
changeset 2145 fa43619eb3e7
parent 2023 41d3afaa20c7
child 2152 a2811690da1b
equal deleted inserted replaced
2144:c76a2f7bd452 2145:fa43619eb3e7
   271 LoadGraves;
   271 LoadGraves;
   272 
   272 
   273 AddProgress;
   273 AddProgress;
   274 for ii:= Low(TSprite) to High(TSprite) do
   274 for ii:= Low(TSprite) to High(TSprite) do
   275 	with SpritesData[ii] do
   275 	with SpritesData[ii] do
   276         if (not cReducedQuality) or 
   276         // FIXME - add a sprite attribute
       
   277         if (not cReducedQuality) or
   277            ((ii <> sprSky) and (ii <> sprHorizont) and (ii <> sprFlake)) then
   278            ((ii <> sprSky) and (ii <> sprHorizont) and (ii <> sprFlake)) then
   278 			begin
   279 			begin
   279 			if AltPath = ptNone then
   280 			if AltPath = ptNone then
   280 				tmpsurf:= LoadImage(Pathz[Path] + '/' + FileName, true, true, true)
   281 				tmpsurf:= LoadImage(Pathz[Path] + '/' + FileName, true, true, true)
   281 			else begin
   282 			else begin