X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FEntity.cpp;h=f116153e640a467eec61b434860e118e1369e150;hb=dbfcb12348b80e2582f710acb1e4ed0011889ba2;hp=fb62f2757d545757f35fcff11132295e4b33e6fd;hpb=d02daa5a4805dc3184884f3a7cd7620e5787adcb;p=blank.git diff --git a/src/world/Entity.cpp b/src/world/Entity.cpp index fb62f27..f116153 100644 --- a/src/world/Entity.cpp +++ b/src/world/Entity.cpp @@ -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) { }