get the skybox serverinfo working

This commit is contained in:
Bill Currie 2002-09-18 04:23:58 +00:00
parent 1025c6e343
commit ef49e4cf17

View file

@ -615,7 +615,7 @@ CL_FullServerinfo_f (void)
cl.watervis = atoi (p);
}
if ((p = Info_ValueForKey (cl.serverinfo, "skybox")) && *p) {
// FIXME: Didn't actually do anything anyway
Cvar_Set (r_skyname, p);
}
}