# HG changeset patch # User koda # Date 1295656681 -3600 # Node ID adef9ec50d6339289725a380336da17d63069b3e # Parent 59eb6319c9500c0f364457199303730363d19cb7 fixes for maps and quality = 0 diff -r 59eb6319c950 -r adef9ec50d63 hedgewars/uStore.pas --- a/hedgewars/uStore.pas Thu Jan 20 21:12:50 2011 +0300 +++ b/hedgewars/uStore.pas Sat Jan 22 01:38:01 2011 +0100 @@ -274,7 +274,7 @@ for ii:= Low(TSprite) to High(TSprite) do with SpritesData[ii] do // FIXME - add a sprite attribute - if ((cReducedQuality and rqNoBackground) = 0) or (not (ii in [sprSky, sprSkyL, sprSkyR, sprHorizont, sprHorizontL, sprHorizontR, sprFlake, sprSplash, sprDroplet])) then // FIXME: hack + if ((cReducedQuality and rqNoBackground) = 0) or (not (ii in [sprSky, sprSkyL, sprSkyR, sprHorizont, sprHorizontL, sprHorizontR, sprFlake, sprSplash, sprDroplet]) or (((Theme = 'Snow') or (Theme = 'Christmas')) and (ii = sprFlake))) then // FIXME: hack begin if AltPath = ptNone then if ii in [sprHorizontL, sprHorizontR, sprSkyL, sprSkyR] then // FIXME: hack diff -r 59eb6319c950 -r adef9ec50d63 share/hedgewars/Data/Maps/Blizzard/map.png Binary file share/hedgewars/Data/Maps/Blizzard/map.png has changed diff -r 59eb6319c950 -r adef9ec50d63 share/hedgewars/Data/Maps/Blizzard/mask.png Binary file share/hedgewars/Data/Maps/Blizzard/mask.png has changed