mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-25 13:32:01 +00:00
sv_phs doc fix from Misty
This commit is contained in:
parent
9cd130ec69
commit
544b4fa431
1 changed files with 3 additions and 2 deletions
|
@ -1594,7 +1594,8 @@ SV_InitLocal (void)
|
|||
|
||||
sv_highchars = Cvar_Get ("sv_highchars", "1", CVAR_NONE, "Toggle the use of high character color names for players");
|
||||
|
||||
sv_phs = Cvar_Get ("sv_phs", "1", CVAR_NONE, "FIXME: Please document"); /* FIXME: Needs documentation */
|
||||
sv_phs = Cvar_Get ("sv_phs", "1", CVAR_NONE,
|
||||
"Possibly Hearable Set. If set to zero, the server calculates sound hearability in realtime");
|
||||
|
||||
pausable = Cvar_Get ("pausable", "1", CVAR_NONE, "Toggle if server can be paused 1 is on, 0 is off");
|
||||
|
||||
|
|
Loading…
Reference in a new issue