Make server browser default to Internet
The default use to be local. In q3_ui you have to press spacebar or wait for scan to time out before you can switch to Internet.
This commit is contained in:
parent
973e0a7e9c
commit
f6f2710f94
2 changed files with 2 additions and 2 deletions
|
@ -185,7 +185,7 @@ static cvarTable_t cvarTable[] = {
|
|||
|
||||
{ &ui_spSelection, "ui_spSelection", "", CVAR_ROM },
|
||||
|
||||
{ &ui_browserMaster, "ui_browserMaster", "0", CVAR_ARCHIVE },
|
||||
{ &ui_browserMaster, "ui_browserMaster", "1", CVAR_ARCHIVE },
|
||||
{ &ui_browserGameType, "ui_browserGameType", "0", CVAR_ARCHIVE },
|
||||
{ &ui_browserSortKey, "ui_browserSortKey", "4", CVAR_ARCHIVE },
|
||||
{ &ui_browserShowFull, "ui_browserShowFull", "1", CVAR_ARCHIVE },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue