X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FEntity.cpp;h=b9096031a3b2dd94558f9cfffcba1d4eff0cf5c2;hb=ee77b8cf96525f0db007b170b6e96f055cba4d33;hp=f116153e640a467eec61b434860e118e1369e150;hpb=5304d1e3c1a1e90d474307f4f7eea812a61e483c;p=blank.git diff --git a/src/world/Entity.cpp b/src/world/Entity.cpp index f116153..b909603 100644 --- a/src/world/Entity.cpp +++ b/src/world/Entity.cpp @@ -16,6 +16,7 @@ namespace blank { Entity::Entity() noexcept : model() +, id(-1) , name("anonymous") , bounds() , velocity(0, 0, 0)