Changed default autosave interval from 15 to 5 minutes (#451)
parent
fa13d2bb72
commit
73a12ea7db
|
@ -214,7 +214,7 @@ CRobotMain::CRobotMain(CController* controller)
|
||||||
m_exitAfterMission = false;
|
m_exitAfterMission = false;
|
||||||
|
|
||||||
m_autosave = true;
|
m_autosave = true;
|
||||||
m_autosaveInterval = 15;
|
m_autosaveInterval = 5;
|
||||||
m_autosaveSlots = 3;
|
m_autosaveSlots = 3;
|
||||||
m_autosaveLast = 0.0f;
|
m_autosaveLast = 0.0f;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue