Does this make things better?
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1841 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
1f1a157ddd
commit
9bac1565d3
1 changed files with 4 additions and 1 deletions
|
@ -295,9 +295,12 @@ void PF_CL_precache_pic (progfuncs_t *prinst, struct globalvars_s *pr_globals)
|
|||
{
|
||||
char *str;
|
||||
mpic_t *pic;
|
||||
|
||||
|
||||
str = PR_GetStringOfs(prinst, OFS_PARM0);
|
||||
|
||||
if (cls.state && !sv.active)
|
||||
CL_CheckOrEnqueDownloadFile(str, str);
|
||||
|
||||
pic = Draw_SafeCachePic(str);
|
||||
|
||||
if (pic)
|
||||
|
|
Loading…
Reference in a new issue