aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2012-07-03 18:36:41 +0200
committerJohannes Schickel2012-07-03 18:39:50 +0200
commit72e1e5a31c723a1167568f4c3c952931815f3ff8 (patch)
tree70ea3c88a6aa2e9a9fd0c9da382b7ab138f7df66
parent89b8f6bb56e62f04e36778cfbd0abbebb94c4771 (diff)
downloadscummvm-rg350-72e1e5a31c723a1167568f4c3c952931815f3ff8.tar.gz
scummvm-rg350-72e1e5a31c723a1167568f4c3c952931815f3ff8.tar.bz2
scummvm-rg350-72e1e5a31c723a1167568f4c3c952931815f3ff8.zip
TEENAGENT: Slight cleanup in querySaveMetaInfos.
-rw-r--r--engines/teenagent/detection.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/teenagent/detection.cpp b/engines/teenagent/detection.cpp
index dad876dd97..f516ee06c1 100644
--- a/engines/teenagent/detection.cpp
+++ b/engines/teenagent/detection.cpp
@@ -174,7 +174,6 @@ public:
return SaveStateDescriptor(slot, desc);
SaveStateDescriptor ssd(slot, desc);
- ssd.setDeletableFlag(true);
//checking for the thumbnail
if (Graphics::Surface *const thumb = Graphics::loadThumbnail(*in))