Fix for issue #933 - special stage tokens should divert player until after the special stage with a custom exit map

This commit is contained in:
Arthur 2022-12-31 22:07:22 -05:00
parent 060b79452a
commit bc519ad132

View file

@ -4161,7 +4161,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)))
{