diff --git a/src/v_font.cpp b/src/v_font.cpp index 1f5c12c9c..30a3f45f6 100644 --- a/src/v_font.cpp +++ b/src/v_font.cpp @@ -766,6 +766,7 @@ FRemapTable *FFont::GetColorTranslation (EColorRange range, PalEntry *color) con if (range >= 0 && range < NumTextColors && range != CR_UNTRANSLATED) { retcolor = TranslationColors[range]; + retcolor.a = 255; } if (color != nullptr) *color = retcolor; }