mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 12:12:16 +00:00
DREAMWEB: Slight cleanup in querySaveMetaInfos.
This commit is contained in:
parent
a513585358
commit
e66b9d4487
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user