# HG changeset patch # User nemo # Date 1270771490 0 # Node ID ac0ddbb205fe548efd4a94078eae7741bda2535c # Parent 7f57fc2bf6304448f99a9e098a8b6286d3903a4c Skip loading of splashes diff -r 7f57fc2bf630 -r ac0ddbb205fe hedgewars/uStore.pas --- a/hedgewars/uStore.pas Fri Apr 09 00:01:53 2010 +0000 +++ b/hedgewars/uStore.pas Fri Apr 09 00:04:50 2010 +0000 @@ -370,7 +370,7 @@ for ii:= Low(TSprite) to High(TSprite) do with SpritesData[ii] do // FIXME - add a sprite attribute - if (not cReducedQuality) or (not (ii in [sprSky, sprSkyL, sprSkyR, sprHorizont, sprHorizontL, sprHorizontR, sprFlake])) then // FIXME: hack + if (not cReducedQuality) or (not (ii in [sprSky, sprSkyL, sprSkyR, sprHorizont, sprHorizontL, sprHorizontR, sprFlake, sprSplash, sprDroplet])) then // FIXME: hack begin if AltPath = ptNone then if ii in [sprHorizontL, sprHorizontR, sprSkyL, sprSkyR] then // FIXME: hack