diff options
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index ed7d7cc..cea59f0 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -639,7 +639,7 @@ typedef struct centity_s buildableAnimNumber_t oldBuildableAnim; //to detect when new anims are set particleSystem_t *buildablePS; buildableStatus_t buildableStatus; - float lastBuildableHealthScale; + int lastBuildableHealth; int lastBuildableDamageSoundTime; lightFlareStatus_t lfs; |