Clarify the meaning of the watervis serverinfo/Cvar in the server help

This commit is contained in:
Jeff Teunissen 2002-04-25 12:52:11 +00:00
parent 5b069de40c
commit 6126eeeb1d

View file

@ -1994,7 +1994,7 @@ SV_InitLocal (void)
spawn = Cvar_Get ("spawn", "0", CVAR_SERVERINFO, Cvar_Info,
"Spawn the player entity");
watervis = Cvar_Get ("watervis", "0", CVAR_SERVERINFO, Cvar_Info,
"Toggle the use of r_watervis by OpenGL clients");
"Toggle the effectiveness of r_wateralpha on OpenGL clients");
timeout = Cvar_Get ("timeout", "65", CVAR_NONE, NULL, "Sets the amount of "
"time in seconds before a client is considered "
"disconnected if the server does not receive a "