summaryrefslogtreecommitdiff
path: root/src/cgame/cg_local.h
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2002-03-29 04:01:53 +0000
committerTim Angus <tim@ngus.net>2002-03-29 04:01:53 +0000
commit2b71d33a0d2961e93ff0a92692e5c4b7f57810d9 (patch)
treef2d2bd8243d8c4806ea5d6f9f0ea3a9c215b0b6c /src/cgame/cg_local.h
parent8e82eca5d579f43338bd003aa2a85e59b42cbf20 (diff)
radix sort LEs
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r--src/cgame/cg_local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h
index 86cb73e3..9504a0a4 100644
--- a/src/cgame/cg_local.h
+++ b/src/cgame/cg_local.h
@@ -274,6 +274,7 @@ typedef struct localEntity_s {
float initRad, finalRad;
qboolean overdraw;
qboolean realLight;
+ int sortKey;
} localEntity_t;
//======================================================================