X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fworld%2FBody.hpp;h=5ac4fa1ddcfab52bf305b07825a03becff283612;hp=3cbb788114c723dcf25108013b8627651290662e;hb=23f64a38a27866e88e87602cc6f8b11ef7173d6e;hpb=d364d8a9203138be1c569cdc31144f51883ec79f diff --git a/src/world/Body.hpp b/src/world/Body.hpp index 3cbb788..5ac4fa1 100644 --- a/src/world/Body.hpp +++ b/src/world/Body.hpp @@ -88,7 +88,6 @@ public: void Cache() noexcept; void CheckCollision() noexcept; - // body takes over ownership of given pointer void AddCreature(creature::Creature *); void RemoveCreature(creature::Creature *); std::vector &Creatures() noexcept { return creatures; }