]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.h
changed brushq3 submodel firstsurface and firstbrush from pointers to integers
[xonotic/darkplaces.git] / model_brush.h
index 9412d774da7807d5760a85ec62f3154a99616ffa..68ff89a752bdecbaab2ff86c64763fd144069c49 100644 (file)
@@ -766,9 +766,9 @@ typedef struct q3mmodel_s
        vec3_t mins;
        vec3_t maxs;
        int numsurfaces;
-       struct msurface_s *firstsurface;
+       int firstsurface;
        int numbrushes;
-       struct q3mbrush_s *firstbrush;
+       int firstbrush;
 }
 q3mmodel_t;