Update of /cvsroot/super-tux/supertux/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3406/src
Modified Files:
setup.cpp
Log Message:
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.
Index: setup.cpp
===================================================================
RCS file: /cvsroot/super-tux/supertux/src/setup.cpp,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- setup.cpp 2 May 2004 22:44:56 -0000 1.67
+++ setup.cpp 3 May 2004 12:02:53 -0000 1.68
@@ -382,7 +382,7 @@
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);
|