mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Change the location of the "No [something!?" message to be where a header usually is
This commit is contained in:
parent
92ce673416
commit
bce9a2c146
1 changed files with 3 additions and 3 deletions
|
|
@ -6111,7 +6111,7 @@ static void M_DrawStatsMaps(void)
|
|||
|
||||
if (!statisticsmenu.maplist)
|
||||
{
|
||||
V_DrawCenteredThinString(BASEVIDWIDTH/2, 62, 0, "No maps!?");
|
||||
V_DrawCenteredThinString(BASEVIDWIDTH/2, 70, 0, "No maps!?");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -6298,7 +6298,7 @@ static void M_DrawStatsChars(void)
|
|||
|
||||
if (!statisticsmenu.maplist || !statisticsmenu.nummaps)
|
||||
{
|
||||
V_DrawCenteredThinString(BASEVIDWIDTH/2, 62, 0, "No chars!?");
|
||||
V_DrawCenteredThinString(BASEVIDWIDTH/2, 70, 0, "No chars!?");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -6385,7 +6385,7 @@ static void M_DrawStatsGP(void)
|
|||
|
||||
if (!statisticsmenu.maplist || !statisticsmenu.nummaps)
|
||||
{
|
||||
V_DrawCenteredThinString(BASEVIDWIDTH/2, 62, 0, "No cups!?");
|
||||
V_DrawCenteredThinString(BASEVIDWIDTH/2, 70, 0, "No cups!?");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue