STARTREK: Add POTFILES

This commit is contained in:
Matthew Stewart 2018-08-02 02:19:16 -04:00 committed by Eugene Sandulenko
parent ba05b5539b
commit a84746bf66
2 changed files with 1 additions and 5 deletions

View File

@ -0,0 +1 @@
engines/startrek/saveload.cpp

View File

@ -52,11 +52,6 @@ bool StarTrekEngine::showSaveMenu() {
if (desc.size() > 28)
desc = Common::String(desc.c_str(), 28);
/*
dialog = new GUI::SaveLoadChooser(_("Restore game:"), _("Restore"), false);
slot = dialog->runModalWithCurrentTarget();
*/
delete dialog;
if (slot < 0)