Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2005, 2:01:15 AM (18 years ago)
Author:
bensch
Message:

orxonox/branches/spaceshipcontroll: completely working branche

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc

    r5881 r5883  
    266266    accel -= direction;
    267267
    268   if( this->bLeft > -this->getRelCoor().z*2)
     268  if( this->bLeft /* > -this->getRelCoor().z*2*/)
    269269  {
    270270    accel -=(orthDirection);
     
    272272    rotVal -= .4;
    273273  }
    274   if( this->bRight > this->getRelCoor().z*2)
     274  if( this->bRight /* > this->getRelCoor().z*2*/)
    275275  {
    276276    accel += orthDirection;
Note: See TracChangeset for help on using the changeset viewer.