SWORD1: Remove dead code
This commit is contained in:
parent
581031a55d
commit
3943d34034
1 changed files with 1 additions and 3 deletions
|
@ -856,10 +856,8 @@ bool Control::savegamesExist() {
|
|||
void Control::checkForOldSaveGames() {
|
||||
Common::InSaveFile *inf = _saveFileMan->openForLoading("SAVEGAME.INF");
|
||||
|
||||
if (!inf) {
|
||||
delete inf;
|
||||
if (!inf)
|
||||
return;
|
||||
}
|
||||
|
||||
GUI::MessageDialog dialog0(
|
||||
_("ScummVM found that you have old savefiles for Broken Sword 1 that should be converted.\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue