PARALLACTION: Do not call close on a SaveLoadChooser.

This commit is contained in:
Johannes Schickel 2012-06-10 04:17:46 +02:00
parent 5c8b7af495
commit 9b05f4e103

View file

@ -192,7 +192,6 @@ int SaveLoad::selectSaveFile(Common::String &selectedName, bool saveMode, const
int idx = slc.runModalWithPluginAndTarget(plugin, ConfMan.getActiveDomainName());
if (idx >= 0) {
selectedName = slc.getResultString();
slc.close();
}
return idx;