From eab32890435b4eb2cb04e7ce16ffb67c8e320a3a Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 24 Oct 2020 21:19:52 +0200 Subject: [PATCH] - only return at the end of the MAP07SPECIAL block. --- src/playsim/p_enemy.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/playsim/p_enemy.cpp b/src/playsim/p_enemy.cpp index 337052d6f..be233dfa1 100644 --- a/src/playsim/p_enemy.cpp +++ b/src/playsim/p_enemy.cpp @@ -3160,14 +3160,13 @@ void A_BossDeath(AActor *self) if (type == NAME_Fatso || samereplacement) { Level->EV_DoFloor (DFloor::floorLowerToLowest, NULL, 666, 1., 0, -1, 0, false); - return; } if (type == NAME_Arachnotron || samereplacement) { Level->EV_DoFloor (DFloor::floorRaiseByTexture, NULL, 667, 1., 0, -1, 0, false); - return; } + return; } else {