diff options
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 5eab45c4..48dcac5a 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -186,7 +186,9 @@ typedef struct centity_s { lerpFrame_t lerpFrame; - buildableAnimNumber_t buildableAnim; //TA: persistant anim number + //TA: + buildableAnimNumber_t buildableAnim; //persistant anim number + int flamerTime; //limit flameball count } centity_t; |