summaryrefslogtreecommitdiff
path: root/source/ui_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/ui_main.c')
-rw-r--r--source/ui_main.c8
1 files changed, 2 insertions, 6 deletions
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;
}