From bc519ad132334b1e764884a468de490c007e4a35 Mon Sep 17 00:00:00 2001
From: Arthur <spaddlewit@gmail.com>
Date: Sat, 31 Dec 2022 22:07:22 -0500
Subject: [PATCH] Fix for issue #933 - special stage tokens should divert
 player until after the special stage with a custom exit map

---
 src/g_game.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/g_game.c b/src/g_game.c
index b4a127a731..ab399cfa2b 100644
--- a/src/g_game.c
+++ b/src/g_game.c
@@ -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)))
 				{
-- 
GitLab