From 00aa4e73a0e58874cec01ee25f665a26a978118b Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Sun, 18 Jul 2021 21:48:37 +1000 Subject: [PATCH] - Blood: Hide `Multiplayer` from the menu. * We don't know when we'll get multiplayer going, if at all as it depends on whether someone wants to step up and contribute to it. For now, let's not tease our players who may think it's on the horizon. --- wadsrc/static/menudef.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/menudef.txt b/wadsrc/static/menudef.txt index e022cd088..16db5aae7 100644 --- a/wadsrc/static/menudef.txt +++ b/wadsrc/static/menudef.txt @@ -33,7 +33,7 @@ LISTMENU "MainMenu" position 160, 45 Linespacing 20 BloodTextItem "$MNU_NEWGAME", "n", "EpisodeMenu" - BloodTextItem "$MNU_MULTIPLAYER", "m", "MultiMenu" + //BloodTextItem "$MNU_MULTIPLAYER", "m", "MultiMenu" BloodTextItem "$MNU_OPTIONS", "o", "OptionsMenu" BloodTextItem "$MNU_LOADGAME", "l", "LoadGameMenu" BloodTextItem "$MNU_HELP", "h", "HelpMenu"