mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Also hide Chat Options if NONET
This commit is contained in:
parent
bd4874aa53
commit
a25c755a6b
1 changed files with 1 additions and 1 deletions
|
|
@ -1338,8 +1338,8 @@ static menuitem_t OP_GameOptionsMenu[] =
|
||||||
#ifndef NONET
|
#ifndef NONET
|
||||||
{IT_STRING | IT_CVAR | IT_CV_STRING,
|
{IT_STRING | IT_CVAR | IT_CV_STRING,
|
||||||
NULL, "Master server", &cv_masterserver, 10},
|
NULL, "Master server", &cv_masterserver, 10},
|
||||||
#endif
|
|
||||||
{IT_STRING | IT_SUBMENU, NULL, "Chat Options...", &OP_ChatOptionsDef, 40},
|
{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, NULL, "Show HUD", &cv_showhud, 50},
|
||||||
{IT_STRING | IT_CVAR | IT_CV_SLIDER,
|
{IT_STRING | IT_CVAR | IT_CV_SLIDER,
|
||||||
NULL, "HUD Visibility", &cv_translucenthud, 60},
|
NULL, "HUD Visibility", &cv_translucenthud, 60},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue