Fix type overflow.

This commit is contained in:
Spike 2017-12-15 07:01:46 +00:00
parent c004eb1c9a
commit 62dfff0b78

View file

@ -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
{