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
|
@ -2184,7 +2184,7 @@ SaveStateList AgiMetaEngine::listSaves(const char *target) const {
|
|||
uint32 type = in->readUint32BE();
|
||||
if (type == AGIflag)
|
||||
in->read(saveDesc, 31);
|
||||
saveList.push_back(SaveStateDescriptor(slotNum, Common::String(saveDesc), *file));
|
||||
saveList.push_back(SaveStateDescriptor(slotNum, saveDesc));
|
||||
delete in;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue