diff options
author | Jaume Aloy <hircine45@gmail.com> | 2014-08-19 17:57:32 +0200 |
---|---|---|
committer | Jaume Aloy <hircine45@gmail.com> | 2014-08-19 17:57:32 +0200 |
commit | 596203e692e6322c7f989b1625cbe03dc1eb6a6c (patch) | |
tree | 3c3b53fa00e31a10f68fd96984b59114d041dac5 /src/Entities/ArrowEntity.h | |
parent | Changed if for switch (diff) | |
download | cuberite-596203e692e6322c7f989b1625cbe03dc1eb6a6c.tar cuberite-596203e692e6322c7f989b1625cbe03dc1eb6a6c.tar.gz cuberite-596203e692e6322c7f989b1625cbe03dc1eb6a6c.tar.bz2 cuberite-596203e692e6322c7f989b1625cbe03dc1eb6a6c.tar.lz cuberite-596203e692e6322c7f989b1625cbe03dc1eb6a6c.tar.xz cuberite-596203e692e6322c7f989b1625cbe03dc1eb6a6c.tar.zst cuberite-596203e692e6322c7f989b1625cbe03dc1eb6a6c.zip |
Diffstat (limited to 'src/Entities/ArrowEntity.h')
-rw-r--r-- | src/Entities/ArrowEntity.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Entities/ArrowEntity.h b/src/Entities/ArrowEntity.h index 553bcb6e7..a1e7a17e7 100644 --- a/src/Entities/ArrowEntity.h +++ b/src/Entities/ArrowEntity.h @@ -91,9 +91,6 @@ protected: /// If true, the arrow is in the process of being collected - don't go to anyone else bool m_bIsCollected; - // Stores the creator from that arrow - cEntity * m_Creator; - /// Stores the block position that arrow is lodged into, sets m_IsInGround to false if it becomes air Vector3i m_HitBlockPos; |