diff options
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index e37cb644..f2610dff 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -195,6 +195,8 @@ typedef struct centity_s { vec3_t lerpAngles; lerpFrame_t lerpFrame; + + buildableAnimNumber_t buildableAnim; //TA: persistant anim number } centity_t; |