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:
sphere 2023-08-21 08:20:43 +00:00
commit 4bd296f98f

View file

@ -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)))
{