ref: remove servercount from texture struct, Xash don't use it (and it's also harmful anyway)

This commit is contained in:
Alibek Omarov 2025-01-21 14:36:33 +03:00
parent 8a9b209db0
commit 0e27d8717c
2 changed files with 0 additions and 3 deletions

View file

@ -130,7 +130,6 @@ typedef struct gltexture_s
float xscale;
float yscale;
int servercount;
uint hashValue;
struct gltexture_s *nextHash;
} gl_texture_t;

View file

@ -363,8 +363,6 @@ typedef struct image_s
pixel_t *pixels[4]; // mip levels
pixel_t *alpha_pixels; // mip levels
int servercount;
uint hashValue;
struct image_s *nextHash;
} image_t;