mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Room Select: review fixup
This commit is contained in:
parent
9a92193b2e
commit
0302a2c7f4
1 changed files with 3 additions and 1 deletions
|
|
@ -4087,7 +4087,9 @@ void M_DrawMPRoomSelect(void)
|
|||
|
||||
V_DrawFixedPatch(0, 0, FRACUNIT, 0, W_CachePatchName("MENUHINT", PU_CACHE), NULL);
|
||||
|
||||
V_DrawCenteredThinString(BASEVIDWIDTH/2, 12, 0, (mpmenu.room) ? "Play with addons and community content. (Expect additional downloads!)" : "Jump into a standard game of Ring Racers.");
|
||||
V_DrawCenteredMenuString(BASEVIDWIDTH/2, 24, 0, "\xA3 Select a Room \xA2");
|
||||
|
||||
V_DrawCenteredThinString(BASEVIDWIDTH/2, 12, 0, (mpmenu.room) ? "Play with community maps, characters, and gametypes. (Expect additional downloads!)" : "Jump into a standard game of Ring Racers.");
|
||||
|
||||
M_DrawMasterServerReminder();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue