mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-25 05:34:27 +00:00
STARTREK: Add POTFILES
This commit is contained in:
parent
ba05b5539b
commit
a84746bf66
1
engines/startrek/POTFILES
Normal file
1
engines/startrek/POTFILES
Normal file
@ -0,0 +1 @@
|
||||
engines/startrek/saveload.cpp
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user