mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +00:00
Merge branch 'issue933' into 'next'
Fix for issue #933 - special stage tokens should divert player until after the... See merge request STJr/SRB2!1910
This commit is contained in:
commit
4bd296f98f
1 changed files with 1 additions and 1 deletions
|
@ -4123,7 +4123,7 @@ static void G_DoCompleted(void)
|
|||
{
|
||||
token--;
|
||||
|
||||
if (!nextmapoverride)
|
||||
// if (!nextmapoverride) // Having a token should pull the player into the special stage before going to the overridden map (Issue #933)
|
||||
for (i = 0; i < 7; i++)
|
||||
if (!(emeralds & (1<<i)))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue