Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 16, 2013, 1:26:30 PM (10 years ago)
Author:
noep
Message:

Added HeavyCruiser files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentationHS13/src/orxonox/controllers/NewHumanController.cc

    r9667 r9898  
    443443
    444444        if (pawn)
    445             pawn->setAimPosition( mouseRay.getOrigin() + mouseRay.getDirection() * 1200 );
     445            pawn->setAimPosition( mouseRay.getOrigin() + mouseRay.getDirection() * 3000 );
    446446
    447447        if( this->getControllableEntity() && this->getControllableEntity()->getTarget() != 0 )
Note: See TracChangeset for help on using the changeset viewer.