]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - pr_cmds.c
more q3bsp work (and no it still doesn't work right)
[xonotic/darkplaces.git] / pr_cmds.c
index faf7b1762fde70aed4bcd40ddfb6d1c00888d03b..47ddc33cd8ed1a736a8ac3c39464b817f305cf26 100644 (file)
--- a/pr_cmds.c
+++ b/pr_cmds.c
@@ -1485,7 +1485,7 @@ PF_pointcontents
 */
 void PF_pointcontents (void)
 {
-       G_FLOAT(OFS_RETURN) = SV_PointContents(G_VECTOR(OFS_PARM0));
+       G_FLOAT(OFS_RETURN) = SV_PointQ1Contents(G_VECTOR(OFS_PARM0));
 }
 
 /*