mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
- SW: Ensure PANEL_SPRITEstruct
's ox
/oy
values are in the save data.
This commit is contained in:
parent
9d64779da0
commit
172b77b9e7
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue