mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
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:
committed by
Misa Elizabeth Kai
parent
4e5126a596
commit
50a560dc5f
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user