G_GetNextMap: Go to TEST RUN when the next Race map in a GP is invalid

Resolves #366
This commit is contained in:
toaster 2023-03-12 20:53:46 +00:00
parent 425f260914
commit 45891ac22f

View file

@ -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++;