Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2008, 2:07:04 PM (16 years ago)
Author:
FelixSchulthess
Message:

compiles now with changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/hud/RadarOverlayElement.cc

    r1406 r1408  
    7878
    7979    void RadarOverlayElement::update() {
    80 <<<<<<< .working
    81         shipPos_ = SpaceShip::getLocalShip()->getPosition();
    82         currentDir_ = SpaceShip::getLocalShip()->getOrientation()*initialDir_;          // according to beni....
    83                 currentOrth_ = SpaceShip::getLocalShip()->getOrientation()*initialOrth_;
    84         plane = Plane(currentDir_, shipPos_);
    85 
    86         RadarObject* ro = firstRadarObject_;
    87 =======
    8880        shipPos_ = SpaceShip::getLocalShip()->getPosition();
    8981        currentDir_ = SpaceShip::getLocalShip()->getDir();
    9082                currentOrth_ = SpaceShip::getLocalShip()->getOrth();
    9183        RadarObject* ro = HUD::getSingleton().getFirstRadarObject();
    92 >>>>>>> .merge-right.r1401
    9384        // iterate through all RadarObjects
    9485                while(ro != NULL){
Note: See TracChangeset for help on using the changeset viewer.