r_skyname on the server should be CVAR_SERVERINFO, not CVAR_NONE.

This commit is contained in:
Zephaniah E. Hull 2000-11-01 03:09:55 +00:00
parent 56f7cce92e
commit 4aacab9013
1 changed files with 1 additions and 1 deletions

View File

@ -1119,7 +1119,7 @@ void PR_Init (void)
void PR_Init_Cvars (void)
{
r_skyname = Cvar_Get ("r_skyname", com_token, CVAR_NONE, "name of skybox");
r_skyname = Cvar_Get ("r_skyname", com_token, CVAR_SERVERINFO, "name of skybox");
}