changeset 15349 | 9fca575e3c88 |
parent 15348 | ae4c5738e8cb |
child 15356 | 3907c95227b8 |
--- a/hedgewars/uStore.pas Mon Aug 19 18:48:11 2019 +0300 +++ b/hedgewars/uStore.pas Mon Aug 19 18:59:24 2019 +0300 @@ -440,7 +440,6 @@ for x := 0 to tmpsurf^.w - 1 do (rowData + x)^:= (PByte(tmpsurf^.pixels) + y * tmpsurf^.pitch + x * 4 + AByteIndex)^; syncedPixelDigest:= Adler32Update(syncedPixelDigest, rowData, tmpsurf^.w); - AddFileLog(FileName + ': ' + IntToStr(syncedPixelDigest)); end; FreeMem(rowData, tmpsurf^.w); end;