Changeset 6895 in orxonox.OLD for branches/network/src/world_entities/space_ships
- Timestamp:
- Jan 31, 2006, 2:48:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/space_ships/space_ship.cc
r6893 r6895 320 320 321 321 // spaceship controlled movement 322 this->calculateVelocity(time); 322 if (this->getOwner() == this->getHostID()) 323 this->calculateVelocity(time); 323 324 324 325 Vector move = velocity*time; … … 450 451 } 451 452 452 velocity += accel *time;453 velocity += accel; 453 454 //rot.normalize(); 454 455 //this->setRelDirSoft(Quaternion(rotVal, rot), 5);
Note: See TracChangeset
for help on using the changeset viewer.