diff options
author | Johannes Schickel | 2012-07-03 18:26:27 +0200 |
---|---|---|
committer | Johannes Schickel | 2012-07-03 18:39:46 +0200 |
commit | 48e6b80253355a91fbd72d0d0f38b43f5c2340f2 (patch) | |
tree | 49321ae637d620b4c11768727f78678e11f5426c /engines | |
parent | 2678bcda981d7772beece5eaae3293e3e0f1c2a8 (diff) | |
download | scummvm-rg350-48e6b80253355a91fbd72d0d0f38b43f5c2340f2.tar.gz scummvm-rg350-48e6b80253355a91fbd72d0d0f38b43f5c2340f2.tar.bz2 scummvm-rg350-48e6b80253355a91fbd72d0d0f38b43f5c2340f2.zip |
SAGA: Slight cleanup in querySaveMetaInfos implementation.
Saves are writable and deletable by default, there is no need to mark them
explicitly as such.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/saga/detection.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/saga/detection.cpp b/engines/saga/detection.cpp index d39ec34cc8..9c178559f2 100644 --- a/engines/saga/detection.cpp +++ b/engines/saga/detection.cpp @@ -252,9 +252,6 @@ SaveStateDescriptor SagaMetaEngine::querySaveMetaInfos(const char *target, int s debug(0, "Save is for: %s", title); } - desc.setDeletableFlag(true); - desc.setWriteProtectedFlag(false); - if (version >= 6) { Graphics::Surface *const thumbnail = Graphics::loadThumbnail(*in); desc.setThumbnail(thumbnail); |