Highlight contact with shoutcolor

This commit is contained in:
Sally Coolatta 2023-08-25 14:51:21 -04:00
parent 019546e846
commit 819ebc4c26

View file

@ -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);
}