[Scummvm-git-logs] scummvm master -> 950154462b6160f8ab3420353c9e55e2431f4a34
whiterandrek
noreply at scummvm.org
Thu Feb 10 18:49:02 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
950154462b PETKA: disable autosave
Commit: 950154462b6160f8ab3420353c9e55e2431f4a34
https://github.com/scummvm/scummvm/commit/950154462b6160f8ab3420353c9e55e2431f4a34
Author: Andrei Prykhodko (whiterandrek at gmail.com)
Date: 2022-02-10T20:48:51+02:00
Commit Message:
PETKA: disable autosave
Changed paths:
engines/petka/petka.h
diff --git a/engines/petka/petka.h b/engines/petka/petka.h
index c07e5b50e29..0dae7899223 100644
--- a/engines/petka/petka.h
+++ b/engines/petka/petka.h
@@ -123,6 +123,8 @@ public:
Common::Error saveGameState(int slot, const Common::String &desc, bool isAutosave) override;
bool canSaveGameStateCurrently() override;
+ int getAutosaveSlot() const override { return - 1;}
+
const ADGameDescription *const _desc;
Common::ScopedPtr<Common::MemoryReadStream> _thumbnail;
More information about the Scummvm-git-logs
mailing list