]> git.localhorst.tv Git - blank.git/blobdiff - src/world/Entity.cpp
special treatment for players
[blank.git] / src / world / Entity.cpp
index fb62f2757d545757f35fcff11132295e4b33e6fd..f116153e640a467eec61b434860e118e1369e150 100644 (file)
@@ -21,8 +21,9 @@ Entity::Entity() noexcept
 , velocity(0, 0, 0)
 , chunk(0, 0, 0)
 , angular_velocity(0.0f)
+, ref_count(0)
 , world_collision(false)
-, remove(false) {
+, dead(false) {
 
 }