Changeset 9939 for code/trunk/src/orxonox/controllers
- Timestamp:
- Dec 21, 2013, 11:16:54 PM (11 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/controllers/NewHumanController.cc
r9667 r9939 443 443 444 444 if (pawn) 445 pawn->setAimPosition( mouseRay.getOrigin() + mouseRay.getDirection() * 1200 );445 pawn->setAimPosition( mouseRay.getOrigin() + mouseRay.getDirection() * 3000 ); 446 446 447 447 if( this->getControllableEntity() && this->getControllableEntity()->getTarget() != 0 )
Note: See TracChangeset
for help on using the changeset viewer.