ASYLUM: change autosave slot

This commit is contained in:
alxpnv 2021-09-24 15:08:25 +03:00
parent 36dad5e889
commit e83f2df2d7
2 changed files with 2 additions and 0 deletions

View file

@ -51,6 +51,7 @@ public:
}
int getMaximumSaveSlot() const override { return 25; }
int getAutosaveSlot() const override { return getMaximumSaveSlot() - 1; }
SaveStateDescriptor querySaveMetaInfos(const char *target, int slot) const override;
void getSavegameThumbnail(Graphics::Surface &thumb) override;
Common::Error createInstance(OSystem *syst, Engine **engine, const ADGameDescription *gd) const override;