ref: remove servercount from texture struct, Xash don't use it (and it's also harmful anyway)
This commit is contained in:
parent
8a9b209db0
commit
0e27d8717c
2 changed files with 0 additions and 3 deletions
|
@ -130,7 +130,6 @@ typedef struct gltexture_s
|
|||
float xscale;
|
||||
float yscale;
|
||||
|
||||
int servercount;
|
||||
uint hashValue;
|
||||
struct gltexture_s *nextHash;
|
||||
} gl_texture_t;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue