Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 29, 2005, 7:35:36 PM (18 years ago)
Author:
bensch
Message:

network: physicsengine is bork

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/world_entities/npcs/npc.cc

    r6142 r6335  
    6363      this->collider = entity;
    6464  }
    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);
    6767  else if (entity->isA(CL_NPC))
    6868  {
Note: See TracChangeset for help on using the changeset viewer.