]> git.localhorst.tv Git - blobs.git/blobdiff - src/world/world.cpp
extract situation from creature
[blobs.git] / src / world / world.cpp
index 18cb2414b53aa5cce993b549e2919054cdcba673..56923cf6500fb6995bfa7a9a3edac59c57a8c59a 100644 (file)
@@ -167,7 +167,6 @@ void Body::Cache() noexcept {
 }
 
 void Body::AddCreature(creature::Creature *c) {
-       c->SetBody(*this);
        creatures.push_back(c);
 }