sv_phs doc fix from Misty

This commit is contained in:
Bill Currie 2001-01-06 06:50:29 +00:00
parent 9cd130ec69
commit 544b4fa431

View file

@ -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");