Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 2, 2008, 2:33:17 PM (16 years ago)
Author:
scheusso
Message:

removed crc testing and changes debug output

File:
1 edited

Legend:

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

    r1505 r1516  
    469469        if( myShip_ )
    470470        {
    471           COUT(4) << "steering our ship: " << objectID << std::endl;
     471          COUT(5) << "steering our ship: " << objectID << std::endl;
    472472          this->acceleration_.x = 0;
    473473          this->acceleration_.y = 0;
Note: See TracChangeset for help on using the changeset viewer.