mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Add being able to delete a custom level quicksave
Custom level quicksaves are NOT affected by the clear data menu, so the player should be able to delete quicksaves this way. The quicksave confirmation menu now has an extra option to delete the save (and that option also has its own confirmation menu before deleting).
This commit is contained in:
@@ -32,6 +32,7 @@ namespace Menu
|
||||
playerworlds,
|
||||
levellist,
|
||||
quickloadlevel,
|
||||
deletequicklevel,
|
||||
youwannaquit,
|
||||
errornostart,
|
||||
errorsavingsettings,
|
||||
@@ -197,6 +198,8 @@ public:
|
||||
void customloadquick(std::string savfile);
|
||||
void loadquick(void);
|
||||
|
||||
void customdeletequick(const std::string& file);
|
||||
|
||||
void loadsummary(void);
|
||||
|
||||
void readmaingamesave(tinyxml2::XMLDocument& doc);
|
||||
|
||||
Reference in New Issue
Block a user