diff options
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index cf125215..05783824 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -217,9 +217,11 @@ typedef struct centity_s int buildableSparkTime; int buildableBleedTime; - float lastFlareRadius; //caching of likely flare radius - int lastFlareTime; //last time flare was visible/occluded - qboolean flareStatus; //flare is visble? + float lastFlareSrcRadius; //caching of likely flare source radius + float lastFlareRadius; //caching of likely flare radius + float lastFlareRatio; //caching of likely flare ratio + int lastFlareTime; //last time flare was visible/occluded + qboolean flareStatus; //flare is visble? } centity_t; |