diff --git a/source/games/sw/src/save.cpp b/source/games/sw/src/save.cpp index 5314506d9..1d6c65a41 100644 --- a/source/games/sw/src/save.cpp +++ b/source/games/sw/src/save.cpp @@ -350,6 +350,8 @@ FSerializer& Serialize(FSerializer& arc, const char* keyname, PANEL_SPRITEstruct ("PresentState", w.PresentState) ("ActionState", w.ActionState) ("RestState", w.RestState) + ("ox", w.ox) + ("oy", w.oy) ("x", w.x) ("y", w.y) .Array("over", w.over, countof(w.over))