Change savex and savey in struct Summary to saverx and savery

This is a bit misleading otherwise, since it is the room coordinates,
not pixel coordinates.
This commit is contained in:
Dav999
2023-09-12 03:22:18 +02:00
committed by Misa Elizabeth Kai
parent 4e5126a596
commit 50a560dc5f
2 changed files with 6 additions and 6 deletions

View File

@@ -298,8 +298,8 @@ public:
int seconds;
int minutes;
int hours;
int savex;
int savey;
int saverx;
int savery;
int trinkets;
bool finalmode;
bool crewstats[numcrew];