Changeset 6340 in orxonox.OLD for branches/network_merged/src/world_entities/npcs/npc.cc
- Timestamp:
- Dec 30, 2005, 1:52:26 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network_merged/src/world_entities/npcs/npc.cc
r6222 r6340 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 {
Note: See TracChangeset
for help on using the changeset viewer.