- Replace spritetypebase y with pos.Y calls.

This commit is contained in:
Mitchell Richters 2021-12-22 22:17:17 +11:00 committed by Christoph Oelckers
parent 33ca55023f
commit cecb8dc48e
143 changed files with 1651 additions and 1651 deletions

View file

@ -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)