Merge branch 'leftover-tokens' into 'next'

Don't carry extra tokens into the next level if you got all 7 emeralds already

See merge request STJr/SRB2!778
This commit is contained in:
MascaraSnake 2020-02-15 06:31:17 -05:00
commit 7bb7cb61ea
1 changed files with 3 additions and 0 deletions

View File

@ -3739,7 +3739,10 @@ static void G_DoCompleted(void)
}
if (i == 7)
{
gottoken = false;
token = 0;
}
}
if (spec && !gottoken)