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.

[cherry-picked from stable-1.2]
This commit is contained in:
Oskar Wallgren
2017-07-30 11:43:48 +02:00
parent 1f257f8125
commit 4402ca95f2
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,