mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +00:00
A touch of whitespace cleanup.
This commit is contained in:
parent
276b6f9662
commit
bf00009cc8
1 changed files with 3 additions and 2 deletions
|
@ -2028,8 +2028,9 @@ SV_UserInit (void)
|
|||
Cvar_Info,
|
||||
"FIXME something to do with sv_antilag");
|
||||
|
||||
sv_allowfake = Cvar_Get ("sv_allowfake", "2", CVAR_NONE, NULL, "Allow 'fake' messages (FuhQuake $\\). 1 = "
|
||||
"always, 2 = only say_team");
|
||||
sv_allowfake = Cvar_Get ("sv_allowfake", "2", CVAR_NONE, NULL,
|
||||
"Allow 'fake' messages (FuhQuake $\\). 1 = "
|
||||
"always, 2 = only say_team");
|
||||
sv_spectalk = Cvar_Get ("sv_spectalk", "1", CVAR_NONE, NULL, "Toggles "
|
||||
"the ability of spectators to talk to players");
|
||||
sv_mapcheck = Cvar_Get ("sv_mapcheck", "1", CVAR_NONE, NULL, "Toggle the "
|
||||
|
|
Loading…
Reference in a new issue