aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo
diff options
context:
space:
mode:
authorJohannes Schickel2012-07-03 18:34:58 +0200
committerJohannes Schickel2012-07-03 18:39:50 +0200
commit3b14ff33caeff827c2a4e82dc61c6a61d83c8d94 (patch)
tree602a4e76c43088d43970ba431fae227289517fe8 /engines/hugo
parent31f339880d94d85e6168a4ee152512a730396ddd (diff)
downloadscummvm-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.cpp3
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();