diff options
author | Johannes Schickel | 2012-07-03 18:34:58 +0200 |
---|---|---|
committer | Johannes Schickel | 2012-07-03 18:39:50 +0200 |
commit | 3b14ff33caeff827c2a4e82dc61c6a61d83c8d94 (patch) | |
tree | 602a4e76c43088d43970ba431fae227289517fe8 /engines/hugo | |
parent | 31f339880d94d85e6168a4ee152512a730396ddd (diff) | |
download | scummvm-rg350-3b14ff33caeff827c2a4e82dc61c6a61d83c8d94.tar.gz scummvm-rg350-3b14ff33caeff827c2a4e82dc61c6a61d83c8d94.tar.bz2 scummvm-rg350-3b14ff33caeff827c2a4e82dc61c6a61d83c8d94.zip |
HUGO: Slight cleanup in querySaveMetaInfos.
Diffstat (limited to 'engines/hugo')
-rw-r--r-- | engines/hugo/detection.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/hugo/detection.cpp b/engines/hugo/detection.cpp index 90708163f5..bb5944acc8 100644 --- a/engines/hugo/detection.cpp +++ b/engines/hugo/detection.cpp @@ -244,9 +244,6 @@ SaveStateDescriptor HugoMetaEngine::querySaveMetaInfos(const char *target, int s Graphics::Surface *const thumbnail = Graphics::loadThumbnail(*file); desc.setThumbnail(thumbnail); - desc.setDeletableFlag(true); - desc.setWriteProtectedFlag(false); - uint32 saveDate = file->readUint32BE(); uint16 saveTime = file->readUint16BE(); |