mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Enable autosaves in Lands of Lore.
svn-id: r40988
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user