diff --git a/quakespasm/Quake/glquake.h b/quakespasm/Quake/glquake.h index 7c1af999..0edc6157 100644 --- a/quakespasm/Quake/glquake.h +++ b/quakespasm/Quake/glquake.h @@ -321,7 +321,7 @@ extern overflowtimes_t dev_overflows; //this stores the last time overflow messa //johnfitz -- moved here from r_brush.c extern int gl_lightmap_format, lightmap_bytes; typedef struct glRect_s { - unsigned char l,t,w,h; + unsigned short l,t,w,h; } glRect_t; struct lightmap_s {