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 {