Remove extra tokens if we got all 7 emeroods

This commit is contained in:
James R 2020-02-11 19:36:09 -08:00
parent 8c932e4a6d
commit ae2041d686
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)