Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2008, 10:44:39 PM (16 years ago)
Author:
scheusso
Message:

the client stops now when conenction establishment fails —- testing with spaceship

File:
1 edited

Legend:

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

    r1431 r1443  
    484484        SpaceShip* this_ = getLocalShip();
    485485        this_->momentum_ = Radian(-this_->rotationAccelerationRadian_ * val);
     486        COUT(3) << "rotating val: " << val << " acceleration: " << this_->rotationAccelerationRadian_.valueDegrees() << std::endl;
    486487    }
    487488
Note: See TracChangeset for help on using the changeset viewer.