mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Add and use Game::save_exists()
This is simply a shorthand for telesummary != "" || quicksummary != "", to make it easier and less error-prone to negate. This improves readability.
This commit is contained in:
@@ -328,6 +328,7 @@ public:
|
||||
std::string activity_lastprompt;
|
||||
|
||||
std::string telesummary, quicksummary, customquicksummary;
|
||||
bool save_exists();
|
||||
|
||||
bool backgroundtext;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user