]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
Fix signed int overflows and tidy nearby documentation
[xonotic/darkplaces.git] / model_shared.h
index cf5e02dc1ec4450210fceb52f9767a01ca738caf..39572b5408315dc02d7dd7a8bba25a8483849620 100644 (file)
@@ -442,7 +442,7 @@ typedef struct model_s
        // all models use textures...
        rtexturepool_t  *texturepool;
        // EF_* flags (translated from the model file's different flags layout)
-       int                             effects;
+       unsigned                                effects;
        // number of QC accessible frame(group)s in the model
        int                             numframes;
        // number of QC accessible skin(group)s in the model