mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-26 05:51:36 +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;
|
||||
} else {
|
||||
allowskybox = true;
|
||||
Cmd_ExecuteString (va("loadsky %s\n", p));
|
||||
// R_LoadSkys (p);
|
||||
}
|
||||
} else {
|
||||
allowskybox = false;
|
||||
|
|
Loading…
Reference in a new issue