diff options
author | Tim Angus <tim@ngus.net> | 2001-08-15 16:42:32 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-08-15 16:42:32 +0000 |
commit | bb6827e851b1b412240d813706789233c1ffdb6e (patch) | |
tree | 5f7dd310e83a7fb6717b8be0b6293cda9ea09e56 /src/cgame | |
parent | 6a0c927855d030620dc2a54a261be7119b771897 (diff) |
spriter now triggers on and off, couple of spawnflags
Diffstat (limited to 'src/cgame')
-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 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; //====================================================================== |