mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 18:21:06 +00:00
- Above and Below
This commit is contained in:
parent
7b84a1464c
commit
109ff8c3cb
10 changed files with 56 additions and 73 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue