mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Use thin font for Challenge descriptions
This commit is contained in:
parent
920201621f
commit
49e48c267a
2 changed files with 2 additions and 2 deletions
|
|
@ -6596,7 +6596,7 @@ challengedesc:
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
V_DrawCenteredString(BASEVIDWIDTH/2, 120 + 32, 0, challengesmenu.unlockcondition);
|
V_DrawCenteredThinString(BASEVIDWIDTH/2, 120 + 32, 0, challengesmenu.unlockcondition);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue