From f14815a57fe6f67861886a236e58763ef1fadb79 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 24 Jul 2002 15:58:52 +0000 Subject: [PATCH] change msurface_t's extents from short to unsigned short so >> expressions involving it go faster --- include/QF/model.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/QF/model.h b/include/QF/model.h index fd52b20be..f9c490e2b 100644 --- a/include/QF/model.h +++ b/include/QF/model.h @@ -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