Add extra help text to Online>Browse menu

This commit is contained in:
AJ Martinez 2024-03-16 23:40:13 -07:00
parent e1f4aef2ef
commit 9a92193b2e

View file

@ -4086,7 +4086,8 @@ void M_DrawMPRoomSelect(void)
V_DrawFixedPatch(160<<FRACBITS, 90<<FRACBITS, FRACUNIT, (!mpmenu.room) ? (5<<V_ALPHASHIFT) : 0, butt2[(!mpmenu.room) ? 1 : 0], NULL);
V_DrawFixedPatch(0, 0, FRACUNIT, 0, W_CachePatchName("MENUHINT", PU_CACHE), NULL);
V_DrawCenteredThinString(BASEVIDWIDTH/2, 12, 0, "Select today's type of play!");
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.");
M_DrawMasterServerReminder();
}