diff options
Diffstat (limited to 'src/game/client/components/damageind.h')
| -rw-r--r-- | src/game/client/components/damageind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/damageind.h b/src/game/client/components/damageind.h index 2f89e422..4a5975a8 100644 --- a/src/game/client/components/damageind.h +++ b/src/game/client/components/damageind.h @@ -12,7 +12,7 @@ class CDamageInd : public CComponent { vec2 m_Pos; vec2 m_Dir; - float m_Life; + float m_StartTime; float m_StartAngle; }; |