diff options
Diffstat (limited to 'src/Entities/Entity.h')
-rw-r--r-- | src/Entities/Entity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Entities/Entity.h b/src/Entities/Entity.h index db526045e..af80d0687 100644 --- a/src/Entities/Entity.h +++ b/src/Entities/Entity.h @@ -500,7 +500,7 @@ public: /** Gets remaining air of a monster */ int GetAirLevel(void) const { return m_AirLevel; } - /** Gets number of ticks this entity has existed for */ + /** Gets number of ticks this entity has been alive for */ long int GetTicksAlive(void) const { return m_TicksAlive; } /** Gets the invulnerable ticks from the entity */ |