From 2b71d33a0d2961e93ff0a92692e5c4b7f57810d9 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Fri, 29 Mar 2002 04:01:53 +0000 Subject: radix sort LEs --- src/cgame/cg_local.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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; //====================================================================== -- cgit