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() {
|
void Control::checkForOldSaveGames() {
|
||||||
Common::InSaveFile *inf = _saveFileMan->openForLoading("SAVEGAME.INF");
|
Common::InSaveFile *inf = _saveFileMan->openForLoading("SAVEGAME.INF");
|
||||||
|
|
||||||
if (!inf) {
|
if (!inf)
|
||||||
delete inf;
|
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
|
|
||||||
GUI::MessageDialog dialog0(
|
GUI::MessageDialog dialog0(
|
||||||
_("ScummVM found that you have old savefiles for Broken Sword 1 that should be converted.\n"
|
_("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