mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 10:11:04 +00:00
- renamed walltype::pos as preparation for refactoring.
no functional changes here
This commit is contained in:
parent
1d8a11601d
commit
89ef81da55
53 changed files with 433 additions and 433 deletions
|
@ -606,8 +606,8 @@ FSerializer &Serialize(FSerializer &arc, const char *key, walltype &c, walltype
|
|||
{
|
||||
if (arc.BeginObject(key))
|
||||
{
|
||||
arc("x", c.pos.X, def->pos.X)
|
||||
("y", c.pos.Y, def->pos.Y)
|
||||
arc("x", c.wall_int_pos.X, def->wall_int_pos.X)
|
||||
("y", c.wall_int_pos.Y, def->wall_int_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