Fixed an issue I created yesterday.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1218 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
83a2f3aa06
commit
eea431e262
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ qboolean SWR_CheckSky (void)
|
|||
}
|
||||
|
||||
sprintf (pathname, "env/%s%s.tga", skyname, suf[r_skysideimage[i]]);
|
||||
if (!CL_CheckOrDownloadFile(pathname, -1))
|
||||
if (!CL_CheckOrDownloadFile(pathname, NULL, -1))
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue