Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Aug 16, 2005, 8:44:55 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: cd now works all obj-obj collisions are detected and for each is a message displayed in the console. since the small enemy spacefracts follow the player at one point - there are many collisions at the same time…

File:
1 edited

Legend:

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

    r5042 r5044  
    4343void NPC::collidesWith(WorldEntity* entity, const Vector& location)
    4444{
    45   PRINTF(0)("COLLISION ---------------------------- with object: %s\n", entity->getName());
     45  PRINTF(0)("COLLISION with an NPC\n");
    4646}
    4747
Note: See TracChangeset for help on using the changeset viewer.