summaryrefslogtreecommitdiffstats
path: root/src/Entities/ArrowEntity.h
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2015-01-16 14:13:23 +0100
committerTycho <work.tycho+git@gmail.com>2015-01-16 14:13:23 +0100
commitd6f042da4a4d296ab9be18884996f0d88dd23c39 (patch)
tree973acabf70943bbe7114cd000881ccb60d7a041f /src/Entities/ArrowEntity.h
parentFix trailing whitespace (diff)
downloadcuberite-d6f042da4a4d296ab9be18884996f0d88dd23c39.tar
cuberite-d6f042da4a4d296ab9be18884996f0d88dd23c39.tar.gz
cuberite-d6f042da4a4d296ab9be18884996f0d88dd23c39.tar.bz2
cuberite-d6f042da4a4d296ab9be18884996f0d88dd23c39.tar.lz
cuberite-d6f042da4a4d296ab9be18884996f0d88dd23c39.tar.xz
cuberite-d6f042da4a4d296ab9be18884996f0d88dd23c39.tar.zst
cuberite-d6f042da4a4d296ab9be18884996f0d88dd23c39.zip
Diffstat (limited to 'src/Entities/ArrowEntity.h')
-rw-r--r--src/Entities/ArrowEntity.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Entities/ArrowEntity.h b/src/Entities/ArrowEntity.h
index 8c92049b0..2ecc16d1c 100644
--- a/src/Entities/ArrowEntity.h
+++ b/src/Entities/ArrowEntity.h
@@ -85,10 +85,10 @@ protected:
bool m_IsCritical;
/** Timer for pickup collection animation or five minute timeout */
- float m_Timer;
+ std::chrono::milliseconds m_Timer;
/** Timer for client arrow position confirmation via TeleportEntity */
- float m_HitGroundTimer;
+ std::chrono::milliseconds m_HitGroundTimer;
// Whether the arrow has already been teleported into the proper position in the ground.
bool m_HasTeleported;