mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- 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.
This commit is contained in:
parent
0f5243c39e
commit
00aa4e73a0
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ LISTMENU "MainMenu"
|
||||||
position 160, 45
|
position 160, 45
|
||||||
Linespacing 20
|
Linespacing 20
|
||||||
BloodTextItem "$MNU_NEWGAME", "n", "EpisodeMenu"
|
BloodTextItem "$MNU_NEWGAME", "n", "EpisodeMenu"
|
||||||
BloodTextItem "$MNU_MULTIPLAYER", "m", "MultiMenu"
|
//BloodTextItem "$MNU_MULTIPLAYER", "m", "MultiMenu"
|
||||||
BloodTextItem "$MNU_OPTIONS", "o", "OptionsMenu"
|
BloodTextItem "$MNU_OPTIONS", "o", "OptionsMenu"
|
||||||
BloodTextItem "$MNU_LOADGAME", "l", "LoadGameMenu"
|
BloodTextItem "$MNU_LOADGAME", "l", "LoadGameMenu"
|
||||||
BloodTextItem "$MNU_HELP", "h", "HelpMenu"
|
BloodTextItem "$MNU_HELP", "h", "HelpMenu"
|
||||||
|
|
Loading…
Reference in a new issue