Skip to content

Commit 220ff67

Browse files
authored
Merge pull request #6805 from Goober5000/warn_about_bitmap_fonts
change this WarningEx to a Warning
2 parents f60fe6d + 3a380a0 commit 220ff67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/graphics/software/font.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ namespace
466466
{
467467
case VFNT_FONT:
468468
if (Unicode_text_mode) {
469-
WarningEx(LOCATION, "Bitmap fonts are not supported in Unicode text mode! Font %s will be ignored.", fontName.c_str());
469+
Warning(LOCATION, "Bitmap fonts are not supported in Unicode text mode! Font %s will be ignored.", fontName.c_str());
470470
skip_to_start_of_string_one_of({"$TrueType:", "$Font:", "#End"});
471471
} else {
472472
parse_vfnt_font(fontName);

0 commit comments

Comments
 (0)