X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmisc.cpp;h=1420bc88a5016b91fe3261cf2f2d2b7c0d50cc3a;hb=071c31e7fcf8bfbd00ec8d7d19313d7f6e433885;hp=ce56585abadad4cdbbd9f9dd4c898fff90b64b3b;hpb=5b7f9214cb929399f1a855ef5807018a9447d510;p=supertux.git diff --git a/src/misc.cpp b/src/misc.cpp index ce56585ab..1420bc88a 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -80,7 +80,7 @@ void setup_menu() main_menu->add_submenu(_("Start Game"), load_game_menu, MNID_STARTGAME); main_menu->add_submenu(_("Contrib Levels"), contrib_menu, MNID_LEVELS_CONTRIB); main_menu->add_submenu(_("Options"), options_menu); - main_menu->add_entry(MNID_LEVELEDITOR, _("Level Editor")); + //main_menu->add_entry(MNID_LEVELEDITOR, _("Level Editor")); main_menu->add_entry(MNID_CREDITS, _("Credits")); main_menu->add_entry(MNID_QUITMAINMENU, _("Quit"));