From bb6827e851b1b412240d813706789233c1ffdb6e Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Wed, 15 Aug 2001 16:42:32 +0000 Subject: spriter now triggers on and off, couple of spawnflags --- src/cgame/cg_local.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cgame') diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 9f701bc8..cd6ae57c 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -279,6 +279,7 @@ typedef struct localEntity_s { float initAlp, finalAlp; float initRad, finalRad; qboolean overdraw; + qboolean realLight; } localEntity_t; //====================================================================== -- cgit