mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Add option to delete all custom level save data
To match the option to nuke all main game save data, there is also now an option to nuke all custom level save data separately (which is just all custom level quicksaves, along with stars for level completion). It has its own confirmation menu too. It does not delete any levels from the levels folder.
This commit is contained in:
@@ -52,6 +52,7 @@ namespace Menu
|
||||
accessibility,
|
||||
controller,
|
||||
cleardatamenu,
|
||||
clearcustomdatamenu,
|
||||
setinvincibility,
|
||||
setslowdown,
|
||||
unlockmenu,
|
||||
@@ -423,6 +424,7 @@ public:
|
||||
void loadcustomlevelstats(void);
|
||||
void savecustomlevelstats(void);
|
||||
void updatecustomlevelstats(std::string clevel, int cscore);
|
||||
void deletecustomlevelstats(void);
|
||||
|
||||
std::vector<CustomLevelStat> customlevelstats;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user