]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - world.c
Revert "model_brush: Set mod_bsp_portalize to 0 by default for now. It hurts performa...
[xonotic/darkplaces.git] / world.c
diff --git a/world.c b/world.c
index eb645c8f8339566529a60ca1580918b3271bf57a..d73696927ff5f1e00e62c03f3a4b872ef5bc2102 100644 (file)
--- a/world.c
+++ b/world.c
@@ -2118,7 +2118,7 @@ static void World_Physics_Frame_BodyFromEntity(world_t *world, prvm_edict_t *ed)
        dMass mass;
        const dReal *ovelocity, *ospinvelocity;
        void *dataID;
-       dp_model_t *model;
+       model_t *model;
        float *ov;
        int *oe;
        int axisindex;