- only return at the end of the MAP07SPECIAL block.

This commit is contained in:
Christoph Oelckers 2020-10-24 21:19:52 +02:00
parent 838733af4a
commit eab3289043

View file

@ -3160,14 +3160,13 @@ void A_BossDeath(AActor *self)
if (type == NAME_Fatso || samereplacement) if (type == NAME_Fatso || samereplacement)
{ {
Level->EV_DoFloor (DFloor::floorLowerToLowest, NULL, 666, 1., 0, -1, 0, false); Level->EV_DoFloor (DFloor::floorLowerToLowest, NULL, 666, 1., 0, -1, 0, false);
return;
} }
if (type == NAME_Arachnotron || samereplacement) if (type == NAME_Arachnotron || samereplacement)
{ {
Level->EV_DoFloor (DFloor::floorRaiseByTexture, NULL, 667, 1., 0, -1, 0, false); Level->EV_DoFloor (DFloor::floorRaiseByTexture, NULL, 667, 1., 0, -1, 0, false);
return;
} }
return;
} }
else else
{ {