diff options
-rw-r--r-- | src/cgame/cg_local.h | 1 |
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; //====================================================================== |