From e3fe542f318a294f82f84805e8449903516aa44a Mon Sep 17 00:00:00 2001
From: toaster <rollerorbital@gmail.com>
Date: Fri, 1 Nov 2019 16:25:28 +0000
Subject: [PATCH] Prevent desync with modeattacking.

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

diff --git a/src/p_setup.c b/src/p_setup.c
index 93f6ce031b..a433d7bdc4 100644
--- a/src/p_setup.c
+++ b/src/p_setup.c
@@ -3004,7 +3004,7 @@ boolean P_SetupLevel(boolean skipprecip)
 		leveltime = maxstarposttime;
 	}
 
-	if (unlockables[27].unlocked // pandora's box
+	if (unlockables[27].unlocked && !modeattacking // pandora's box
 #ifndef DEVELOP
 	&& !modifiedgame
 #endif
-- 
GitLab