mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 10:11:04 +00:00
- renamed floatified wall coordinate to 'pos'.
This commit is contained in:
parent
7d461fa768
commit
02d508baef
7 changed files with 33 additions and 33 deletions
|
@ -606,8 +606,8 @@ FSerializer &Serialize(FSerializer &arc, const char *key, walltype &c, walltype
|
|||
{
|
||||
if (arc.BeginObject(key))
|
||||
{
|
||||
arc("x", c.__wall_pos.X, def->__wall_pos.X)
|
||||
("y", c.__wall_pos.Y, def->__wall_pos.Y)
|
||||
arc("x", c.pos.X, def->pos.X)
|
||||
("y", c.pos.Y, def->pos.Y)
|
||||
("point2", c.point2, def->point2)
|
||||
("nextwall", c.nextwall, def->nextwall)
|
||||
("nextsector", c.nextsector, def->nextsector)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue