Changeset 7701 in orxonox.OLD for branches/network
- Timestamp:
- May 18, 2006, 5:36:29 PM (18 years ago)
- Location:
- branches/network/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/network/network_stream.cc
r7693 r7701 200 200 201 201 handleHandshakes(); 202 handleUpstream(); 202 203 handleDownstream(); 203 handleUpstream();204 204 205 205 } -
branches/network/src/world_entities/space_ships/space_ship.cc
r7697 r7701 345 345 346 346 // spaceship controlled movement 347 if (this->getOwner() == this->getHostID())347 //if (this->getOwner() == this->getHostID()) 348 348 this->calculateVelocity(time); 349 349
Note: See TracChangeset
for help on using the changeset viewer.