Workaround for EVALUATION support for now

This commit is contained in:
TehRealSalt 2018-07-16 15:37:05 -04:00
parent c44d4c78f1
commit bb8142460e
1 changed files with 3 additions and 0 deletions

View File

@ -3279,6 +3279,9 @@ static void G_DoCompleted(void)
else
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)
{
cm = nextmap; //Start the loop again so that the error checking below is executed.