From 23af731edf8b706f8496515d36f75bfcafe06312 Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Mon, 3 May 2004 12:02:53 +0000 Subject: [PATCH] Just added Level Editor back to the menu. I know it isn't working very well, but this is the cvs, so we need it, in order to test it! If you want to make a release snapshot, just comment this line. SVN-Revision: 938 --- src/setup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.cpp b/src/setup.cpp index cf5a09eb3..b215a59f7 100644 --- a/src/setup.cpp +++ b/src/setup.cpp @@ -382,7 +382,7 @@ void st_menu(void) main_menu->additem(MN_GOTO, "Start Game",0,load_game_menu, MNID_STARTGAME); main_menu->additem(MN_GOTO, "Contrib Levels",0,contrib_menu, MNID_CONTRIB); main_menu->additem(MN_GOTO, "Options",0,options_menu, MNID_OPTIONMENU); - //main_menu->additem(MN_ACTION,"Level Editor",0,0, MNID_LEVELEDITOR); + main_menu->additem(MN_ACTION,"Level Editor",0,0, MNID_LEVELEDITOR); main_menu->additem(MN_ACTION,"Credits",0,0, MNID_CREDITS); main_menu->additem(MN_ACTION,"Quit",0,0, MNID_QUITMAINMENU); -- 2.11.0