Got rid of the unused 'filename' attribute in SaveStateDescriptor
svn-id: r34905
This commit is contained in:
parent
79614d28b6
commit
fe2935ad4b
15 changed files with 21 additions and 32 deletions
|
@ -197,7 +197,7 @@ SaveStateList SagaMetaEngine::listSaves(const char *target) const {
|
|||
for (int i = 0; i < 3; i++)
|
||||
in->readUint32BE();
|
||||
in->read(saveDesc, SAVE_TITLE_SIZE);
|
||||
saveList.push_back(SaveStateDescriptor(slotNum, saveDesc, *file));
|
||||
saveList.push_back(SaveStateDescriptor(slotNum, saveDesc));
|
||||
delete in;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue