]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - pr_cmds.c
replaced CL_PointQ1Contents with longer calls to contents conversion and CL_PointSupe...
[xonotic/darkplaces.git] / pr_cmds.c
index 23edb617d31057d66a177123746b7abf3b8fcbc1..cc5c4141acfe57fa39e10ce77e7e1182e7830a16 100644 (file)
--- a/pr_cmds.c
+++ b/pr_cmds.c
@@ -1547,7 +1547,7 @@ PF_pointcontents
 */
 void PF_pointcontents (void)
 {
-       PRVM_G_FLOAT(OFS_RETURN) = SV_PointQ1Contents(PRVM_G_VECTOR(OFS_PARM0));
+       PRVM_G_FLOAT(OFS_RETURN) = Mod_Q1BSP_NativeContentsFromSuperContents(NULL, SV_PointSuperContents(PRVM_G_VECTOR(OFS_PARM0)));
 }
 
 /*