]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_cmds.c
Change a comment and a description to remove mentions of GL_ARB_occlusion_query becau...
[xonotic/darkplaces.git] / prvm_cmds.c
index 7c7fa0ef54f48b99fd500fe85c2fa67953a052d5..01787f46e9df671cc5655d230d979cd4319fde14 100644 (file)
@@ -3273,7 +3273,7 @@ string    precache_pic(string pic)
 void VM_precache_pic(prvm_prog_t *prog)
 {
        const char      *s;
-       int flags = 0;
+       int flags = CACHEPICFLAG_FAILONMISSING;
 
        VM_SAFEPARMCOUNTRANGE(1, 2, VM_precache_pic);