Skip to content

Commit

Permalink
SWORD1: 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 05bd736 commit 89b8f6b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions engines/sword1/detection.cpp
Expand Up @@ -268,9 +268,6 @@ SaveStateDescriptor SwordMetaEngine::querySaveMetaInfos(const char *target, int

SaveStateDescriptor desc(slot, name);

desc.setDeletableFlag(true);
desc.setWriteProtectedFlag(false);

if (versionSave < 2) // These older version of the savegames used a flag to signal presence of thumbnail
in->skip(1);

Expand Down

0 comments on commit 89b8f6b

Please sign in to comment.