[colobot] 314/390: Changed default autosave interval from 15 to 5 minutes (#451)
Didier Raboud
odyx at moszumanska.debian.org
Fri Jun 12 14:21:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
odyx pushed a commit to branch upstream/latest
in repository colobot.
commit 73a12ea7db6007e15ab4d81dfb0041b08675fba0
Author: krzys-h <krzys_h at interia.pl>
Date: Mon Apr 6 22:04:23 2015 +0200
Changed default autosave interval from 15 to 5 minutes (#451)
---
src/object/robotmain.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/object/robotmain.cpp b/src/object/robotmain.cpp
index 6b0f949..399f9df 100644
--- a/src/object/robotmain.cpp
+++ b/src/object/robotmain.cpp
@@ -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;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git
More information about the Pkg-games-commits
mailing list