Changeset 5905 in orxonox.OLD for branches/spaceshipcontrol/src/world_entities/space_ships
- Timestamp:
- Dec 3, 2005, 8:39:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc
r5904 r5905 287 287 if( this->bUp ) 288 288 { 289 if(velocity.len() == 0)289 //if(velocity.len() == 0) 290 290 accel += direction;//((this->getAbsDir()).getSpacialAxis().getNormalized()); 291 291 //else … … 295 295 if( this->bDown ) 296 296 { 297 if(velocity.len() == 0)297 //if(velocity.len() == 0) 298 298 accel -= direction;//((this->getAbsDir()).getSpacialAxis().getNormalized()); 299 299 // else
Note: See TracChangeset
for help on using the changeset viewer.