Fixes to recover file system (#3722)

Don't auto-save while playing by default. On weaker machines (xp?) we
see glitches so better turn this on after need.

Remove the last of Limited Sessin which was removed in 290556e.
This commit is contained in:
Oskar Wallgren
2017-07-30 11:43:48 +02:00
committed by GitHub
parent b83c1bdebe
commit 2e841e4917
4 changed files with 2 additions and 21 deletions

View File

@@ -105,8 +105,6 @@ public:
return m_autoSaveTimer.interval();
}
void runAutoSave();
enum SessionState
{
Normal,