]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
-Added video streaming support to the new VM
[xonotic/darkplaces.git] / model_shared.h
index c7472b1165a115fa6eb94afbf463df8e33aa977b..ddb6e1e0f7b2f5df4893bb43c59c46564e766713 100644 (file)
@@ -154,6 +154,8 @@ typedef struct model_brush_s
        // number of submodels in this map (just used by server to know how many
        // submodels to load)
        int numsubmodels;
+       // pointers to each of the submodels if .isworldmodel is true
+       struct model_s **submodels;
 
        // pvs
        int num_pvsclusters;