]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
Dot crosshair is now a tad bigger (and centred properly)
[xonotic/darkplaces.git] / model_shared.h
index cf771ed11ffc180d26d84913ab48c347b2b2aaa7..a97c8cc89abd287fe033e5df196e10e13df32824 100644 (file)
@@ -266,6 +266,8 @@ typedef struct model_brush_s
 {
        // true if this model is a HalfLife .bsp file
        qboolean ishlbsp;
+       // true if this model is a Martial Concert .bsp file
+       qboolean ismcbsp;
        // string of entity definitions (.map format)
        char *entities;