Use thin font for Challenge descriptions

This commit is contained in:
toaster 2023-12-26 17:02:11 +00:00
parent 920201621f
commit 49e48c267a
2 changed files with 2 additions and 2 deletions

View file

@ -6596,7 +6596,7 @@ challengedesc:
) )
) )
{ {
V_DrawCenteredString(BASEVIDWIDTH/2, 120 + 32, 0, challengesmenu.unlockcondition); V_DrawCenteredThinString(BASEVIDWIDTH/2, 120 + 32, 0, challengesmenu.unlockcondition);
} }
} }

View file

@ -2886,7 +2886,7 @@ char *M_BuildConditionSetString(UINT16 unlockid)
DESCRIPTIONWIDTH << FRACBITS, DESCRIPTIONWIDTH << FRACBITS,
FRACUNIT, FRACUNIT, FRACUNIT, FRACUNIT, FRACUNIT, FRACUNIT,
0, 0,
HU_FONT, TINY_FONT,
message message
); );
} }