Changeset 8643 in orxonox.OLD for branches/network/src/world_entities/space_ships
- Timestamp:
- Jun 20, 2006, 5:52:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/space_ships/space_ship.cc
r8228 r8643 33 33 34 34 #include "network_game_manager.h" 35 #include "shared_network_data.h" 35 36 36 37 #include "power_ups/weapon_power_up.h" … … 326 327 Playable::tick(time); 327 328 328 if( ( xMouse != 0 || yMouse != 0 ) && this->getOwner() == this->getHostID() )329 if( ( xMouse != 0 || yMouse != 0 ) && this->getOwner() == SharedNetworkData::getInstance()->getHostID() ) 329 330 { 330 331 if (xMouse > controlVelocityX) xMouse = controlVelocityX;
Note: See TracChangeset
for help on using the changeset viewer.