mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Workaround for EVALUATION support for now
This commit is contained in:
parent
d99d6db248
commit
9b9136b7e0
1 changed files with 3 additions and 0 deletions
|
|
@ -3279,6 +3279,9 @@ static void G_DoCompleted(void)
|
||||||
else
|
else
|
||||||
cm = (INT16)(mapheaderinfo[cm]->nextlevel-1);
|
cm = (INT16)(mapheaderinfo[cm]->nextlevel-1);
|
||||||
|
|
||||||
|
if (cm == 1100-1) // !!! WHENEVER WE GET GRAND PRIX, GO TO AWARDS MAP INSTEAD !!!
|
||||||
|
cm = cm+1;
|
||||||
|
|
||||||
if (cm >= NUMMAPS || cm < 0) // out of range (either 1100-1102 or error)
|
if (cm >= NUMMAPS || cm < 0) // out of range (either 1100-1102 or error)
|
||||||
{
|
{
|
||||||
cm = nextmap; //Start the loop again so that the error checking below is executed.
|
cm = nextmap; //Start the loop again so that the error checking below is executed.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue