mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-18 03:22:35 +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
|
||||
{
|
||||
nextmap = prevmap; // Prevent uninitialised use
|
||||
nextmap = 0; // Prevent uninitialised use -- go to TEST RUN, it's very obvious
|
||||
}
|
||||
|
||||
grandprixinfo.roundnum++;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue