hedgewars/uStore.pas
changeset 3327 ac0ddbb205fe
parent 3185 19d84448835f
child 3333 560e2766c445
equal deleted inserted replaced
3326:7f57fc2bf630 3327:ac0ddbb205fe
   368 
   368 
   369 AddProgress;
   369 AddProgress;
   370 for ii:= Low(TSprite) to High(TSprite) do
   370 for ii:= Low(TSprite) to High(TSprite) do
   371     with SpritesData[ii] do
   371     with SpritesData[ii] do
   372         // FIXME - add a sprite attribute
   372         // FIXME - add a sprite attribute
   373         if (not cReducedQuality) or (not (ii in [sprSky, sprSkyL, sprSkyR, sprHorizont, sprHorizontL, sprHorizontR, sprFlake])) then // FIXME: hack
   373         if (not cReducedQuality) or (not (ii in [sprSky, sprSkyL, sprSkyR, sprHorizont, sprHorizontL, sprHorizontR, sprFlake, sprSplash, sprDroplet])) then // FIXME: hack
   374         begin
   374         begin
   375             if AltPath = ptNone then
   375             if AltPath = ptNone then
   376                 if ii in [sprHorizontL, sprHorizontR, sprSkyL, sprSkyR] then // FIXME: hack
   376                 if ii in [sprHorizontL, sprHorizontR, sprSkyL, sprSkyR] then // FIXME: hack
   377                     tmpsurf:= LoadImage(Pathz[Path] + '/' + FileName, ifAlpha or ifTransparent or ifLowRes)
   377                     tmpsurf:= LoadImage(Pathz[Path] + '/' + FileName, ifAlpha or ifTransparent or ifLowRes)
   378                 else
   378                 else