]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - collision.h
Update build system, fix and enable ODE by default
[xonotic/darkplaces.git] / collision.h
index 78da6459282fce0e8d96fe07ae2fe53074028bb2..0da12477b785b6393fb4baaf1c3e43b3a40a48b3 100644 (file)
@@ -16,6 +16,8 @@ typedef struct trace_s
        int allsolid;
        // if true, the initial point was in solid (see hitsupercontentsmask)
        int startsolid;
+       // this is set to true in world.c if startsolid was set in a trace against world
+       int worldstartsolid;
        // this is set to true in world.c if startsolid was set in a trace against a SOLID_BSP entity, in other words this is true if the entity is stuck in a door or wall, but not if stuck in another normal entity
        int bmodelstartsolid;
        // if true, the trace passed through empty somewhere