Skip to content

Commit

Permalink
fixed MBF21's instant death sector types.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Dec 24, 2023
1 parent 59b0b06 commit df35d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maploader/specials.cpp
Expand Up @@ -508,7 +508,7 @@ void MapLoader::InitSectorSpecial(sector_t *sector, int special)
{
if ((sector->special & DAMAGE_MASK) == 0x100)
{
SetupSectorDamage(sector, TELEFRAG_DAMAGE, 0, 0, NAME_InstantDeath, 0);
SetupSectorDamage(sector, TELEFRAG_DAMAGE, 1, 256, NAME_InstantDeath, 0);
}
else if ((sector->special & DAMAGE_MASK) == 0x200)
{
Expand Down

0 comments on commit df35d6c

Please sign in to comment.