]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
Also, rect shouldn't be a reference in AdjustWindowBounds but a pointer. Grr...
[xonotic/darkplaces.git] / model_shared.h
index 04d8cb4f1c7f3c55a765b344868e28efe71d534c..3fa07c791a4ad076ae21c75ae4789ca572a301e8 100644 (file)
@@ -68,7 +68,7 @@ typedef struct skinframe_s
        // mark and sweep garbage collection, this value is updated to a new value
        // on each level change for the used skinframes, if some are not used they
        // are freed
-       int loadsequence;
+       unsigned int loadsequence;
        // indicates whether this texture has transparent pixels
        qboolean hasalpha;
        // average texture color, if applicable