Just added Level Editor back to the menu.
authorRicardo Cruz <rick2@aeiou.pt>
Mon, 3 May 2004 12:02:53 +0000 (12:02 +0000)
committerRicardo Cruz <rick2@aeiou.pt>
Mon, 3 May 2004 12:02:53 +0000 (12:02 +0000)
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

index cf5a09e..b215a59 100644 (file)
@@ -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);