If autosave prefs open before autosave check, use default

This commit is contained in:
2025-03-07 04:59:01 -06:00
committed by Celtic Minstrel
parent 568b5dbe65
commit c60d151ed3
3 changed files with 9 additions and 4 deletions

View File

@@ -32,6 +32,7 @@ void alter_rect(rectangle *r);
// The player can configure autosaves on/off globally, or individually
// for a variety of different trigger reasons
bool check_autosave_trigger(std::string reason);
void try_auto_save(std::string reason);
#endif