mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 10:11:04 +00:00
- Replace spritetypebase
y
with pos.Y
calls.
This commit is contained in:
parent
33ca55023f
commit
cecb8dc48e
143 changed files with 1651 additions and 1651 deletions
|
@ -447,7 +447,7 @@ FSerializer &Serialize(FSerializer &arc, const char *key, spritetype &c, spritet
|
|||
if (arc.BeginObject(key))
|
||||
{
|
||||
arc("x", c.pos.X, def->pos.X)
|
||||
("y", c.y, def->y)
|
||||
("y", c.pos.Y, def->pos.Y)
|
||||
("z", c.z, def->z)
|
||||
("cstat", c.cstat, def->cstat)
|
||||
("picnum", c.picnum, def->picnum)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue