A touch of whitespace cleanup.

This commit is contained in:
Bill Currie 2012-06-28 16:12:06 +09:00
parent 276b6f9662
commit bf00009cc8

View file

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