Change the location of the "No [something!?" message to be where a header usually is

This commit is contained in:
toaster 2023-08-09 22:44:56 +01:00
parent 92ce673416
commit bce9a2c146

View file

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