- Above and Below

This commit is contained in:
Christoph Oelckers 2021-11-22 23:05:48 +01:00
parent 7b84a1464c
commit 109ff8c3cb
10 changed files with 56 additions and 73 deletions

View file

@ -575,8 +575,8 @@ FSerializer &Serialize(FSerializer &arc, const char *key, sectortype &c, sectort
{
arc("SoundSect", c.pSoundSect, def->pSoundSect)
("Depth", c.Depth, def->Depth)
("Above", c.Above, def->Above)
("Below", c.Below, def->Below)
("Above", c.pAbove, def->pAbove)
("Below", c.pBelow, def->pBelow)
("Sound", c.Sound, def->Sound)
("Flag", c.Flag, def->Flag)
("Damage", c.Damage, def->Damage)