mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
G_GetNextMap: Return to menu after one Match Race is completed
This commit is contained in:
parent
df4d1fb10a
commit
c9535796ab
1 changed files with 3 additions and 1 deletions
|
|
@ -3981,7 +3981,9 @@ static void G_GetNextMap(void)
|
|||
|
||||
if (K_CanChangeRules(true))
|
||||
{
|
||||
switch (cv_advancemap.value)
|
||||
if (!netgame) // Match Race.
|
||||
nextmap = NEXTMAP_TITLE;
|
||||
else switch (cv_advancemap.value)
|
||||
{
|
||||
case 0: // Stay on same map.
|
||||
nextmap = prevmap;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue