From 37213eb76c15dda4104a3adb6e9d336219f747dc Mon Sep 17 00:00:00 2001 From: 12xx12 <44411062+12xx12@users.noreply.github.com> Date: Wed, 21 Apr 2021 13:07:50 +0200 Subject: Resets ticks alive on death (#5197) * resets ticks alive on death * updated the comment in the .h file --- src/Entities/Entity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Entities/Entity.h') 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 */ -- cgit v1.2.3