mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove finalmode from struct Summary
It's unused (other than some map.finalmode assignments which should not be there) and we don't need it either. If we do, we can always readd it.
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
50a560dc5f
commit
61adffe6eb
@@ -301,7 +301,6 @@ public:
|
||||
int saverx;
|
||||
int savery;
|
||||
int trinkets;
|
||||
bool finalmode;
|
||||
bool crewstats[numcrew];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user