Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5049 in orxonox.OLD for orxonox/trunk/src/world_entities/npc.cc


Ignore:
Timestamp:
Aug 16, 2005, 9:47:01 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: some weapon-specifics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/npc.cc

    r5046 r5049  
    4343void NPC::collidesWith(WorldEntity* entity, const Vector& location)
    4444{
    45   PRINTF(0)("collision %s vs %s @ (%f,%f,%f)\n", this->getClassName(), entity->getClassName(), location.x, location.y, location.z);
     45  PRINTF(0)("collision %s vs %s @ (%f,%f,%f)\n", this->getName(), entity->getName(), location.x, location.y, location.z);
    4646}
    4747
Note: See TracChangeset for help on using the changeset viewer.