Enable autosaves in Lands of Lore.

svn-id: r40988
This commit is contained in:
Johannes Schickel
2009-05-29 12:16:34 +00:00
parent b2751ff506
commit da00b148f4
+4
View File
@@ -705,6 +705,10 @@ void LoLEngine::gui_updateInput() {
// TODO: We need to catch all cases where loading is not possible and
// set the "mainLoop" parameter to false for them.
int inputFlag = checkInput(_activeButtons, !(_updateFlags & 3), 0);
if (!(_updateFlags & 3))
checkAutosave();
if (_preserveEvents)
_preserveEvents = false;
else