mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-09 18:31:53 +00:00
Thin names for 9+ player intermission
This commit is contained in:
parent
6fb2b733da
commit
95251808d4
1 changed files with 5 additions and 9 deletions
|
|
@ -474,16 +474,12 @@ void Y_IntermissionDrawer(void)
|
||||||
V_DrawScaledPatch(x+16, y-4, 0, W_CachePatchName(va("K_CHILI%d", cursorframe+1), PU_CACHE));
|
V_DrawScaledPatch(x+16, y-4, 0, W_CachePatchName(va("K_CHILI%d", cursorframe+1), PU_CACHE));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!gutter)
|
STRBUFCPY(strtime, data.match.name[i]);
|
||||||
strlcpy(strtime, data.match.name[i], 6);
|
|
||||||
else
|
|
||||||
STRBUFCPY(strtime, data.match.name[i]);
|
|
||||||
|
|
||||||
V_DrawString(x+36, y,
|
if (!gutter)
|
||||||
((data.match.num[i] == whiteplayer)
|
V_DrawThinString(x+36, y, ((data.match.num[i] == whiteplayer) ? hilicol : 0)|V_ALLOWLOWERCASE|V_6WIDTHSPACE, strtime);
|
||||||
? hilicol|V_ALLOWLOWERCASE
|
else
|
||||||
: V_ALLOWLOWERCASE),
|
V_DrawString(x+36, y, ((data.match.num[i] == whiteplayer) ? hilicol : 0)|V_ALLOWLOWERCASE, strtime);
|
||||||
strtime);
|
|
||||||
|
|
||||||
if (data.match.rankingsmode)
|
if (data.match.rankingsmode)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue