mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Forget skybox, it's r_skyname we want.
skybox has been irrelevent since I did that zclip hack for skyboxes/skydome.
This commit is contained in:
parent
fdd59b9851
commit
fd96376b43
1 changed files with 2 additions and 2 deletions
|
@ -648,8 +648,8 @@ CL_FullServerinfo_f (void)
|
|||
if ((p = Info_ValueForKey (cl.serverinfo, "fbskins")) && *p) {
|
||||
cl.fbskins = atoi (p);
|
||||
}
|
||||
if ((p = Info_ValueForKey (cl.serverinfo, "skybox")) && *p) {
|
||||
Cvar_Set (r_skyname, p);
|
||||
if ((p = Info_ValueForKey (cl.serverinfo, "r_skyname")) && *p) {
|
||||
R_LoadSkys (p);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue