mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-02 22:22:55 +00:00
Highlight contact with shoutcolor
This commit is contained in:
parent
019546e846
commit
819ebc4c26
1 changed files with 1 additions and 1 deletions
|
|
@ -1398,7 +1398,7 @@ static void ST_DrawServerSplash(void)
|
|||
V_DrawRightAlignedThinStringAtFixed(
|
||||
textX, textY,
|
||||
(V_SNAPTORIGHT|V_SNAPTOBOTTOM) | opacityFlag,
|
||||
va("Contact @ %s", connectedservercontact)
|
||||
va("Contact @ %c%s", '\x80' + cv_shoutcolor.value, connectedservercontact)
|
||||
);
|
||||
textY -= (10 * FRACUNIT);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue