]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
added DP_SV_MODELFLAGS_AS_EFFECTS extension, this adds EF_ROCKET and
[xonotic/darkplaces.git] / model_shared.h
index 023bba19ee1c914236da6a5aee85d13173a654c9..dc1c969e706aaab500604e7064cd7e582632f98e 100644 (file)
@@ -569,10 +569,8 @@ typedef struct model_s
        mempool_t               *mempool;
        // all models use textures...
        rtexturepool_t  *texturepool;
-       // flags from the model file
-       int                             flags;
-       // engine calculated flags, ones that can not be set in the file
-       int                             flags2;
+       // EF_* flags (translated from the model file's different flags layout)
+       int                             effects;
        // number of QC accessible frame(group)s in the model
        int                             numframes;
        // number of QC accessible skin(group)s in the model