]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_textures.c
fixed all the signed/unsigned mismatch warnings
[xonotic/darkplaces.git] / gl_textures.c
index edd0b7dbac9ba494ea1774fe31567f2ca819c61f..076f12da5da407ca9c8a5327b6f7b2a53ae62a2d 100644 (file)
@@ -120,7 +120,7 @@ gltexture_t;
 
 typedef struct gltexturepool_s
 {
-       int sentinel;
+       unsigned int sentinel;
        struct gltextureimage_s *imagechain;
        struct gltexture_s *gltchain;
        struct gltexturepool_s *next;