Also hide Chat Options if NONET

This commit is contained in:
mazmazz 2018-12-26 16:41:39 -05:00
parent 814db7e371
commit 60bdc056f8

View file

@ -1338,8 +1338,8 @@ static menuitem_t OP_GameOptionsMenu[] =
#ifndef NONET
{IT_STRING | IT_CVAR | IT_CV_STRING,
NULL, "Master server", &cv_masterserver, 10},
#endif
{IT_STRING | IT_SUBMENU, NULL, "Chat Options...", &OP_ChatOptionsDef, 40},
#endif
{IT_STRING | IT_CVAR, NULL, "Show HUD", &cv_showhud, 50},
{IT_STRING | IT_CVAR | IT_CV_SLIDER,
NULL, "HUD Visibility", &cv_translucenthud, 60},