mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +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)
|
if (!statisticsmenu.maplist)
|
||||||
{
|
{
|
||||||
V_DrawCenteredThinString(BASEVIDWIDTH/2, 62, 0, "No maps!?");
|
V_DrawCenteredThinString(BASEVIDWIDTH/2, 70, 0, "No maps!?");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -6298,7 +6298,7 @@ static void M_DrawStatsChars(void)
|
||||||
|
|
||||||
if (!statisticsmenu.maplist || !statisticsmenu.nummaps)
|
if (!statisticsmenu.maplist || !statisticsmenu.nummaps)
|
||||||
{
|
{
|
||||||
V_DrawCenteredThinString(BASEVIDWIDTH/2, 62, 0, "No chars!?");
|
V_DrawCenteredThinString(BASEVIDWIDTH/2, 70, 0, "No chars!?");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -6385,7 +6385,7 @@ static void M_DrawStatsGP(void)
|
||||||
|
|
||||||
if (!statisticsmenu.maplist || !statisticsmenu.nummaps)
|
if (!statisticsmenu.maplist || !statisticsmenu.nummaps)
|
||||||
{
|
{
|
||||||
V_DrawCenteredThinString(BASEVIDWIDTH/2, 62, 0, "No cups!?");
|
V_DrawCenteredThinString(BASEVIDWIDTH/2, 70, 0, "No cups!?");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue