From c1e425920e6ee2f2e895349141976edf08161f24 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Fri, 24 Mar 2017 12:55:04 +0200 Subject: [PATCH] Fixed compilation with GCC and Clang --- src/g_statusbar/shared_sbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g_statusbar/shared_sbar.cpp b/src/g_statusbar/shared_sbar.cpp index 939fce82f..dfbd22ffb 100644 --- a/src/g_statusbar/shared_sbar.cpp +++ b/src/g_statusbar/shared_sbar.cpp @@ -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);