mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
G_GetNextMap: Go to TEST RUN when the next Race map in a GP is invalid
Resolves #366
This commit is contained in:
parent
425f260914
commit
45891ac22f
1 changed files with 1 additions and 1 deletions
|
|
@ -3980,7 +3980,7 @@ static void G_GetNextMap(void)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
nextmap = prevmap; // Prevent uninitialised use
|
nextmap = 0; // Prevent uninitialised use -- go to TEST RUN, it's very obvious
|
||||||
}
|
}
|
||||||
|
|
||||||
grandprixinfo.roundnum++;
|
grandprixinfo.roundnum++;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue