]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_move.c
corrected some svc_nop's to clc_nop's (same value but more correct)
[xonotic/darkplaces.git] / sv_move.c
index 99e1f60b1d24af05d16affb68424f49c3ab2b685..e89415feb7622877cff0240c2e44e37420e8e77e 100644 (file)
--- a/sv_move.c
+++ b/sv_move.c
@@ -51,7 +51,7 @@ qboolean SV_CheckBottom (prvm_edict_t *ent)
                {
                        start[0] = x ? maxs[0] : mins[0];
                        start[1] = y ? maxs[1] : mins[1];
-                       if (!(SV_PointSuperContents(start) & SUPERCONTENTS_SOLID))
+                       if (!(SV_PointSuperContents(start) & (SUPERCONTENTS_SOLID | SUPERCONTENTS_BODY)))
                                goto realcheck;
                }