ENGINES: Make creation of savegame thumbnails an overrideable method
This commit is contained in:
parent
58239a7ca2
commit
ae4da8bce0
5 changed files with 16 additions and 15 deletions
|
@ -774,7 +774,7 @@ Common::Error Engine::saveGameState(int slot, const Common::String &desc, bool i
|
|||
|
||||
Common::Error result = saveGameStream(saveFile, isAutosave);
|
||||
if (result.getCode() == Common::kNoError) {
|
||||
MetaEngine::appendExtendedSave(saveFile, getTotalPlayTime() / 1000, desc, isAutosave);
|
||||
getMetaEngine().appendExtendedSave(saveFile, getTotalPlayTime() / 1000, desc, isAutosave);
|
||||
|
||||
saveFile->finalize();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue