mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-24 21:11:39 +00:00
Fixed compilation with GCC and Clang
This commit is contained in:
parent
f178646e1a
commit
c1e425920e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue