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