]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - world.c
The broken pushers are PARTLY fixed. They will now stop when in contact with an entit...
[xonotic/darkplaces.git] / world.c
diff --git a/world.c b/world.c
index da7c6713a9539f3ebcab641e1cff4a33bacb51b2..d9959eb0ec7a276bfdd6e9b8cc549d2a3a595bd0 100644 (file)
--- a/world.c
+++ b/world.c
@@ -477,7 +477,7 @@ trace_t SV_ClipMoveToEntity(prvm_edict_t *ent, const vec3_t start, const vec3_t
                                Con_Printf("SV_ClipMoveToEntity: edict %i: SOLID_BSP with a non-collidable model\n", PRVM_NUM_FOR_EDICT(ent));
                                return trace;
                        }
-                       //if (ent->fields.server->movetype != MOVETYPE_PUSH)
+                       //if ((int) ent->fields.server->movetype != MOVETYPE_PUSH)
                        //{
                        //      Con_Printf("SV_ClipMoveToEntity: edict %i: SOLID_BSP without MOVETYPE_PUSH\n", PRVM_NUM_FOR_EDICT(ent));
                        //      return trace;