mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 16:51:08 +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) {
|
if ((p = Info_ValueForKey (cl.serverinfo, "fbskins")) && *p) {
|
||||||
cl.fbskins = atoi (p);
|
cl.fbskins = atoi (p);
|
||||||
}
|
}
|
||||||
if ((p = Info_ValueForKey (cl.serverinfo, "skybox")) && *p) {
|
if ((p = Info_ValueForKey (cl.serverinfo, "r_skyname")) && *p) {
|
||||||
Cvar_Set (r_skyname, p);
|
R_LoadSkys (p);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue