mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-21 01:08:25 +00:00
ZVISION: Enable auto saving
This commit is contained in:
parent
2187245012
commit
1f9f392279
@ -309,7 +309,7 @@ void ScriptManager::changeLocation(char world, char room, char node, char view,
|
||||
debug("Changing location to: %c %c %c %c %u", world, room, node, view, offset);
|
||||
|
||||
// Auto save
|
||||
//_engine->getSaveManager()->autoSave();
|
||||
_engine->getSaveManager()->autoSave();
|
||||
|
||||
// Clear all the containers
|
||||
_referenceTable.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user