# HG changeset patch # User unc0rr # Date 1389301035 -14400 # Node ID f8a79052fe97d6fef231d5c62d8a9896b8cb2c2e # Parent 85b022855f9ac46271397f375730f1bf5c5be991 Filter sprSDFlake too, so engine could pass initialization diff -r 85b022855f9a -r f8a79052fe97 hedgewars/uStore.pas --- a/hedgewars/uStore.pas Thu Jan 09 22:38:40 2014 +0400 +++ b/hedgewars/uStore.pas Fri Jan 10 00:57:15 2014 +0400 @@ -402,7 +402,7 @@ sh:=Trunc(Height*scale); if (sw > imageWidth) or (sh > imageHeight) then begin - if not (ii in [sprPHammer, sprBalls, sprSnow]) then + if not (ii in [sprPHammer, sprBalls, sprSnow, sprSDFlake]) then begin writeln(stdout, 'Dimension error in ' + FileName + ' [' + IntToStr(Integer(ii)) + ']'); halt(-1);