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:
Spoike 2005-08-11 23:59:59 +00:00
parent 83a2f3aa06
commit eea431e262
1 changed files with 1 additions and 1 deletions

View File

@ -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;