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
|
@ -299,7 +299,7 @@ SaveStateList ParallactionMetaEngine::listSaves(const char *target) const {
|
|||
Common::InSaveFile *in = saveFileMan->openForLoading(file->c_str());
|
||||
if (in) {
|
||||
Common::String saveDesc = in->readLine();
|
||||
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