mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 17:22:12 +00:00
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:
commit
7bb7cb61ea
1 changed files with 3 additions and 0 deletions
|
@ -3739,7 +3739,10 @@ static void G_DoCompleted(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (i == 7)
|
if (i == 7)
|
||||||
|
{
|
||||||
gottoken = false;
|
gottoken = false;
|
||||||
|
token = 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (spec && !gottoken)
|
if (spec && !gottoken)
|
||||||
|
|
Loading…
Reference in a new issue