Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 25, 2006, 5:35:49 PM (18 years ago)
Author:
bensch
Message:

merged the Spaceshipcontrol back to the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/space_ship.cc

    r6710 r6724  
    373373     //this->shiftCoor((this->getAbsDirX())*-1);
    374374     //accel -= (this->getAbsDirX())*2;
     375    //if(velocity.len() > 50)
    375376     accel -= (this->getAbsDirX())*0.5*acceleration;
     377
     378
     379
    376380   }
    377381
Note: See TracChangeset for help on using the changeset viewer.