Fixed compilation with GCC and Clang

This commit is contained in:
alexey.lysiuk 2017-03-24 12:55:04 +02:00
parent f178646e1a
commit c1e425920e

View file

@ -1466,7 +1466,7 @@ void DBaseStatusBar::DrawGraphic(FTextureID texture, bool animate, double x, dou
DTA_DestWidthF, width,
DTA_DestHeightF, height,
DTA_TranslationIndex, translatable ? GetTranslation() : 0,
DTA_ColorOverlay, dim ? PalEntry(170, 0, 0, 0) : 0,
DTA_ColorOverlay, dim ? MAKEARGB(170, 0, 0, 0) : 0,
DTA_Alpha, Alpha,
DTA_AlphaChannel, alphamap,
DTA_FillColor, alphamap ? 0 : -1);