Changeset 5063 in orxonox.OLD for orxonox/trunk/src/world_entities/npc.cc
- Timestamp:
- Aug 17, 2005, 1:18:13 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/npc.cc
r5060 r5063 43 43 if (entity->isA(CL_PROJECTILE)) 44 44 PRINTF(0)("collision %s vs %s @ (%f,%f,%f)\n", this->getName(), entity->getName(), location.x, location.y, location.z); 45 this->setVisibiliy(false); 46 //State::getWorldEntityList()->remove(this); 45 47 } 46 48
Note: See TracChangeset
for help on using the changeset viewer.