Changed default autosave interval from 15 to 5 minutes (#451)

master
krzys-h 2015-04-06 22:04:23 +02:00
parent fa13d2bb72
commit 73a12ea7db
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ CRobotMain::CRobotMain(CController* controller)
m_exitAfterMission = false;
m_autosave = true;
m_autosaveInterval = 15;
m_autosaveInterval = 5;
m_autosaveSlots = 3;
m_autosaveLast = 0.0f;