Changeset 6335 in orxonox.OLD for branches/network/src
- Timestamp:
- Dec 29, 2005, 7:35:36 PM (19 years ago)
- Location:
- branches/network/src/world_entities/npcs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/npcs/npc.cc
r6142 r6335 63 63 this->collider = entity; 64 64 } 65 else if (entity->isA(CL_PLAYER))66 this->applyForce(Vector(0,0,0)-location*100);65 // else if (entity->isA(CL_PLAYER)) 66 // this->applyForce(Vector(0,0,0)-location*100); 67 67 else if (entity->isA(CL_NPC)) 68 68 { -
branches/network/src/world_entities/npcs/npc.h
r6004 r6335 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.