diff -r 272fcd3833d2 -r d01e9dd5c439 hedgewars/uTextures.pas --- a/hedgewars/uTextures.pas Wed Oct 25 23:47:07 2017 +0200 +++ b/hedgewars/uTextures.pas Wed Oct 25 19:44:42 2017 -0400 @@ -244,9 +244,11 @@ fromP4:= Surf^.pixels; +// FIXME move out of surface2tex if GrayScale then Surface2GrayScale(Surf); +// FIXME move out of surface2tex PrettifySurfaceAlpha(surf, fromP4); if (not SupportNPOTT) and (not (isPowerOf2(Surf^.w) and isPowerOf2(Surf^.h))) then