mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-29 12:10:48 +00:00
get the skybox serverinfo working
This commit is contained in:
parent
1025c6e343
commit
ef49e4cf17
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue