Changeset 6134 in orxonox.OLD for branches/objectmanager/src/world_entities/test_entity.cc
- Timestamp:
- Dec 16, 2005, 5:16:00 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/objectmanager/src/world_entities/test_entity.cc
r6122 r6134 71 71 PRINTF(3)("collision %s vs %s @ (%f,%f,%f)\n", this->getName(), entity->getName(), location.x, location.y, location.z); 72 72 this->setVisibiliy(false); 73 State::getWorldEntityList()->remove(this);73 this->toList(OM_DEAD); 74 74 } 75 75 }
Note: See TracChangeset
for help on using the changeset viewer.