Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2005, 8:39:55 PM (18 years ago)
Author:
snellen
Message:

space_ship.cc updated

File:
1 edited

Legend:

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

    r5904 r5905  
    287287  if( this->bUp )
    288288   {
    289     if(velocity.len() == 0)
     289    //if(velocity.len() == 0)
    290290      accel += direction;//((this->getAbsDir()).getSpacialAxis().getNormalized());
    291291    //else
     
    295295  if( this->bDown )
    296296   {
    297     if(velocity.len() == 0)
     297    //if(velocity.len() == 0)
    298298      accel -= direction;//((this->getAbsDir()).getSpacialAxis().getNormalized());
    299299   // else
Note: See TracChangeset for help on using the changeset viewer.