Changeset 6341 in orxonox.OLD for trunk/src/world_entities/npcs
- Timestamp:
- Dec 30, 2005, 1:57:12 AM (19 years ago)
- Location:
- trunk/src/world_entities/npcs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/npcs/npc.cc
r6222 r6341 62 62 this->collider = entity; 63 63 } 64 else if (entity->isA(CL_PLAYER))65 this->applyForce(Vector(0,0,0)-location*100);64 // else if (entity->isA(CL_PLAYER)) 65 // this->applyForce(Vector(0,0,0)-location*100); 66 66 else if (entity->isA(CL_NPC)) 67 67 { -
trunk/src/world_entities/npcs/npc.h
r6004 r6341 8 8 class AI; 9 9 10 class NPC : public WorldEntity , public PhysicsInterface{10 class NPC : public WorldEntity { 11 11 12 12 public:
Note: See TracChangeset
for help on using the changeset viewer.