[Scummvm-git-logs] scummvm master -> 94889b6e994a3ae6c1e65dee7e4ddcf73421863b
mistydemeo
noreply at scummvm.org
Tue Oct 25 04:47:08 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:
94889b6e99 ENGINES: correct function name typo
Commit: 94889b6e994a3ae6c1e65dee7e4ddcf73421863b
https://github.com/scummvm/scummvm/commit/94889b6e994a3ae6c1e65dee7e4ddcf73421863b
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2022-10-24T21:46:42-07:00
Commit Message:
ENGINES: correct function name typo
Changed paths:
engines/savestate.cpp
diff --git a/engines/savestate.cpp b/engines/savestate.cpp
index 98f2f4f8b42..0b730ca827d 100644
--- a/engines/savestate.cpp
+++ b/engines/savestate.cpp
@@ -86,7 +86,7 @@ void SaveStateDescriptor::setAutosave(bool autosave) {
}
bool SaveStateDescriptor::isAutosave() const {
- return hasAutoSaveName() || _saveType == kSaveTypeAutosave;
+ return hasAutosaveName() || _saveType == kSaveTypeAutosave;
}
bool SaveStateDescriptor::hasAutosaveName() const
More information about the Scummvm-git-logs
mailing list