mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-29 23:32:16 +00:00
fixe the "failed to load sky 1" message
This commit is contained in:
parent
1d4f3155b8
commit
c8182eb2fd
1 changed files with 0 additions and 2 deletions
|
@ -641,8 +641,6 @@ void CL_FullServerinfo_f (void)
|
||||||
allowskybox = false;
|
allowskybox = false;
|
||||||
} else {
|
} else {
|
||||||
allowskybox = true;
|
allowskybox = true;
|
||||||
Cmd_ExecuteString (va("loadsky %s\n", p));
|
|
||||||
// R_LoadSkys (p);
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
allowskybox = false;
|
allowskybox = false;
|
||||||
|
|
Loading…
Reference in a new issue