Skip to content

Commit

Permalink
SCUMM: Slight cleanup in querySaveMetaInfos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schickel committed Jul 3, 2012
1 parent 48e6b80 commit e242b91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines/scumm/detection.cpp
Expand Up @@ -1266,7 +1266,6 @@ SaveStateDescriptor ScummMetaEngine::querySaveMetaInfos(const char *target, int
Graphics::Surface *thumbnail = ScummEngine::loadThumbnailFromSlot(target, slot);

SaveStateDescriptor desc(slot, saveDesc);
desc.setDeletableFlag(true);
desc.setThumbnail(thumbnail);

SaveStateMetaInfos infos;
Expand Down

0 comments on commit e242b91

Please sign in to comment.