Changeset 6899 in orxonox.OLD for branches/network
- Timestamp:
- Jan 31, 2006, 4:12:26 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/space_ships/space_ship.cc
r6898 r6899 320 320 321 321 // spaceship controlled movement 322 this->calculateVelocity(time); 323 322 if (this->getOwner() == this->getHostID()) 323 this->calculateVelocity(time); 324 325 324 326 Vector move = velocity*time; 325 327
Note: See TracChangeset
for help on using the changeset viewer.