Changeset 8643 in orxonox.OLD for branches/network/src/world_entities/spectator.cc
- Timestamp:
- Jun 20, 2006, 5:52:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/spectator.cc
r8228 r8643 20 20 #include "key_mapper.h" 21 21 22 #include "shared_network_data.h" 22 23 23 24 CREATE_FACTORY(Spectator, CL_SPECTATOR); … … 161 162 Playable::tick( time ); 162 163 163 if( ( xMouse != 0 || yMouse != 0 ) && this->getOwner() == this->getHostID() )164 if( ( xMouse != 0 || yMouse != 0 ) && this->getOwner() == SharedNetworkData::getInstance()->getHostID() ) 164 165 { 165 166 xMouse *= time / 10;
Note: See TracChangeset
for help on using the changeset viewer.