- Timestamp:
- Dec 3, 2005, 8:31:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc
r5903 r5904 288 288 { 289 289 if(velocity.len() == 0) 290 accel += ((this->getAbsDir()).getSpacialAxis().getNormalized());290 accel += direction;//((this->getAbsDir()).getSpacialAxis().getNormalized()); 291 291 //else 292 292 //travelSpeed++; … … 296 296 { 297 297 if(velocity.len() == 0) 298 accel -= ((this->getAbsDir()).getSpacialAxis().getNormalized());298 accel -= direction;//((this->getAbsDir()).getSpacialAxis().getNormalized()); 299 299 // else 300 300 //travelSpeed--;
Note: See TracChangeset
for help on using the changeset viewer.