Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 12, 2008, 12:57:45 AM (16 years ago)
Author:
rgrieder
Message:

svn save, just in case our house burns down over night…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud/src/orxonox/objects/SpaceShip.cc

    r1564 r1590  
    369369
    370370    std::string SpaceShip::whereAmI() {
    371         return getConvertedValue<float, std::string>(SpaceShip::getLocalShip()->getPosition().x)
    372         + "  " + getConvertedValue<float, std::string>(SpaceShip::getLocalShip()->getPosition().y)
    373         + "  " + getConvertedValue<float, std::string>(SpaceShip::getLocalShip()->getPosition().z);
     371  return getConvertedValue<float, std::string>(SpaceShip::getLocalShip()->getPosition().x)
     372  + "  " + getConvertedValue<float, std::string>(SpaceShip::getLocalShip()->getPosition().y)
     373  + "  " + getConvertedValue<float, std::string>(SpaceShip::getLocalShip()->getPosition().z);
    374374    }
    375375
     
    380380
    381381        currentDir_ = getOrientation()*initialDir_;
    382                 currentOrth_ = getOrientation()*initialOrth_;
     382    currentOrth_ = getOrientation()*initialOrth_;
    383383
    384384        if (this->cam_)
Note: See TracChangeset for help on using the changeset viewer.