]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_cmds.c
fixed up a number of nudging bugs in Collision_TraceLineTriangleFloat
[xonotic/darkplaces.git] / prvm_cmds.c
index 341380d28f754bc7760f0067f281e75a99ce27ae..cad16a48cf21ed978763549fd89f01ab8666760b 100644 (file)
@@ -2532,7 +2532,7 @@ void VM_iscachedpic(void)
        VM_SAFEPARMCOUNT(1,VM_iscachedpic);
 
        // drawq hasnt such a function, thus always return true 
-       PRVM_G_FLOAT(OFS_RETURN) = TRUE;
+       PRVM_G_FLOAT(OFS_RETURN) = false;
 }
 
 /*