change msurface_t's extents from short to unsigned short so >> expressions

involving it go faster
This commit is contained in:
Bill Currie 2002-07-24 15:58:52 +00:00
parent d3fc8c5fb6
commit f14815a57f

View file

@ -147,7 +147,7 @@ typedef struct msurface_s
struct surfcache_s *cachespots[MIPLEVELS];
short texturemins[2];
short extents[2];
unsigned short extents[2];
int light_s, light_t; // gl lightmap coordinates