Changeset 1564 for code/trunk/src/orxonox/objects/SpaceShip.cc
- Timestamp:
- Jun 8, 2008, 5:46:52 AM (17 years ago)
- File:
- 
          - 1 edited
 
 - 
          code/trunk/src/orxonox/objects/SpaceShip.cc (modified) (3 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        code/trunk/src/orxonox/objects/SpaceShip.ccr1563 r1564 152 152 153 153 if (!this->myShip_) 154 HUD::getSingleton().removeRadarObject(this ->getNode());154 HUD::getSingleton().removeRadarObject(this); 155 155 } 156 156 } … … 161 161 myShip_=true; 162 162 else 163 HUD::getSingleton().addRadarObject(this ->getNode(), this->getProjectileColour());163 HUD::getSingleton().addRadarObject(this, this->getProjectileColour()); 164 164 } 165 165 if(Model::create()) … … 508 508 this->mouseXRotation_ = Radian(0); 509 509 this->mouseYRotation_ = Radian(0); 510 this->bLMousePressed_ = false;511 510 }/*else 512 511 COUT(4) << "not steering ship: " << objectID << " our ship: " << network::Client::getSingleton()->getShipID() << std::endl;*/ 512 513 this->bLMousePressed_ = false; 513 514 } 514 515 
Note: See TracChangeset
          for help on using the changeset viewer.
      


 
            







