mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +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))
|
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.
|
case 0: // Stay on same map.
|
||||||
nextmap = prevmap;
|
nextmap = prevmap;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue