From 439dd89a479e2d02fa40a421849c73616f92198e Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Fri, 7 Dec 2007 17:29:24 +0000 Subject: Optimized FS_ListFiles (and broken Windows build). Initial changes to demo browser to support caching. --- source/ui_main.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'source/ui_main.c') diff --git a/source/ui_main.c b/source/ui_main.c index 59ca1e2..3381cec 100644 --- a/source/ui_main.c +++ b/source/ui_main.c @@ -28,13 +28,12 @@ MAIN MENU ======================================================================= */ -#define MAIN_ITEMS 5 +#define MAIN_ITEMS 4 static const char names[MAIN_ITEMS][16] = { - "Multiplayer", + "Servers", "Demos", "Options", - "Mods", "Quit" }; @@ -66,9 +65,6 @@ static int MainMenu_Callback( int id, int msg, int param ) { M_Menu_Options_f(); break; case 3: - M_Menu_Mods_f(); - break; - case 4: M_Menu_Confirm_f( "Quit game? y/n", MainMenu_QuitAction ); break; } -- cgit v1.2.3