diff options
author | Johannes Schickel | 2012-07-03 18:36:41 +0200 |
---|---|---|
committer | Johannes Schickel | 2012-07-03 18:39:50 +0200 |
commit | 72e1e5a31c723a1167568f4c3c952931815f3ff8 (patch) | |
tree | 70ea3c88a6aa2e9a9fd0c9da382b7ab138f7df66 /engines/teenagent | |
parent | 89b8f6bb56e62f04e36778cfbd0abbebb94c4771 (diff) | |
download | scummvm-rg350-72e1e5a31c723a1167568f4c3c952931815f3ff8.tar.gz scummvm-rg350-72e1e5a31c723a1167568f4c3c952931815f3ff8.tar.bz2 scummvm-rg350-72e1e5a31c723a1167568f4c3c952931815f3ff8.zip |
TEENAGENT: Slight cleanup in querySaveMetaInfos.
Diffstat (limited to 'engines/teenagent')
-rw-r--r-- | engines/teenagent/detection.cpp | 1 |
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)) |