Changeset 8699 in orxonox.OLD for branches/bsp_model/src/world_entities
- Timestamp:
- Jun 22, 2006, 2:32:46 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/world_entities/creatures/fps_player.cc
r8693 r8699 160 160 Playable::tick( time ); 161 161 162 if( ( xMouse != 0 || yMouse != 0 ) && /*this->getOwner() == this->getHostID()*/ true)162 if( ( xMouse != 0 || yMouse != 0 ) /*&& this->getOwner() == this->getHostID() */) 163 163 { 164 164 xMouse *= time ; … … 246 246 { 247 247 // only draw if this entity is not the player since the player nevers sees himself 248 //if( this->getCurrentPlayer() == NULL)248 if( this->getCurrentPlayer() == NULL) 249 249 WorldEntity::draw(); 250 250 }
Note: See TracChangeset
for help on using the changeset viewer.