mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Repair D_StartTitle component of netgame title fallthrough prevention
This commit is contained in:
parent
0a48165d3a
commit
fc9697b2e1
1 changed files with 2 additions and 2 deletions
|
|
@ -943,12 +943,12 @@ void D_StartTitle(void)
|
|||
|
||||
if (server)
|
||||
{
|
||||
INT16 mapnum = G_GetFirstMapOfGametype(gametype)+1;
|
||||
i = G_GetFirstMapOfGametype(gametype)+1;
|
||||
|
||||
if (i > nummapheaders)
|
||||
I_Error("D_StartTitle: No valid map ID found!?");
|
||||
|
||||
COM_BufAddText(va("map %s\n", G_BuildMapName(mapnum)));
|
||||
COM_BufAddText(va("map %s\n", G_BuildMapName(i)));
|
||||
}
|
||||
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue