Changeset 5034 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Aug 15, 2005, 10:10:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/npc.cc
r5033 r5034 37 37 } 38 38 39 39 40 NPC::~NPC () {} 40 41 … … 42 43 void NPC::collidesWith(WorldEntity* entity, const Vector& location) 43 44 { 44 45 PRINTF(0)("COLLISION ---------------------------- with object: %s\n", entity->getName()); 45 46 } 46 47
Note: See TracChangeset
for help on using the changeset viewer.