X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FEntity.cpp;fp=src%2Fworld%2FEntity.cpp;h=b9096031a3b2dd94558f9cfffcba1d4eff0cf5c2;hb=4e3d9c23940c4511623b5bf328cbbe42641c4b30;hp=f116153e640a467eec61b434860e118e1369e150;hpb=2b31a783f1bac06c7f6d7adbe5e13e4148c7a815;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)