aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2012-07-03 18:34:30 +0200
committerJohannes Schickel2012-07-03 18:39:50 +0200
commite66b9d4487b71cba26741882e94248d8259b5fcb (patch)
treeb4d484fb93db85d7f84a8a796c5e9964bc3d5923
parenta51358535824564934e22b84ca37f2ae66649f24 (diff)
downloadscummvm-rg350-e66b9d4487b71cba26741882e94248d8259b5fcb.tar.gz
scummvm-rg350-e66b9d4487b71cba26741882e94248d8259b5fcb.tar.bz2
scummvm-rg350-e66b9d4487b71cba26741882e94248d8259b5fcb.zip
DREAMWEB: Slight cleanup in querySaveMetaInfos.
-rw-r--r--engines/dreamweb/detection.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/dreamweb/detection.cpp b/engines/dreamweb/detection.cpp
index 6468281ac2..f2e2f42216 100644
--- a/engines/dreamweb/detection.cpp
+++ b/engines/dreamweb/detection.cpp
@@ -172,8 +172,6 @@ SaveStateDescriptor DreamWebMetaEngine::querySaveMetaInfos(const char *target, i
saveName += (char)in->readByte();
SaveStateDescriptor desc(slot, saveName);
- desc.setDeletableFlag(true);
- desc.setWriteProtectedFlag(false);
// Check if there is a ScummVM data block
if (header.len(6) == SCUMMVM_BLOCK_MAGIC_SIZE) {