- SW: Ensure PANEL_SPRITEstruct's ox/oy values are in the save data.

This commit is contained in:
Mitchell Richters 2021-07-11 12:05:53 +10:00
parent 9d64779da0
commit 172b77b9e7

View file

@ -350,6 +350,8 @@ FSerializer& Serialize(FSerializer& arc, const char* keyname, PANEL_SPRITEstruct
("PresentState", w.PresentState) ("PresentState", w.PresentState)
("ActionState", w.ActionState) ("ActionState", w.ActionState)
("RestState", w.RestState) ("RestState", w.RestState)
("ox", w.ox)
("oy", w.oy)
("x", w.x) ("x", w.x)
("y", w.y) ("y", w.y)
.Array("over", w.over, countof(w.over)) .Array("over", w.over, countof(w.over))