diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/dialogs.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/dialogs.cpp b/engines/dialogs.cpp index ce7907f965..9ef5ba749a 100644 --- a/engines/dialogs.cpp +++ b/engines/dialogs.cpp @@ -166,9 +166,7 @@ void MainMenuDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 dat int slot = _saveDialog->runModal(plugin, ConfMan.getActiveDomainName()); if (slot >= 0) { - // FIXME: at this point, the save list's selItem is -1! - //Common::String result(_saveDialog->getResultString()); - Common::String result; + Common::String result(_saveDialog->getResultString()); if (result.empty()) { // If the user was lazy and entered no save name, come up with a default name. char buf[20]; |