Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 11, 2008, 2:31:14 PM (16 years ago)
Author:
scheusso
Message:

problems of the merge should be solved now (hopefully)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/SpaceShip.cc

    r1758 r1767  
    7777      for(it = ObjectList<SpaceShip>::begin(); it; ++it){
    7878        assert(it->isA(Class(SpaceShip)));
    79         if( (it)->myShip_ || (network::Host::running() && network::Host::getShipID()==(it)->objectID) )
     79        if( (it)->myShip_ || (network::Host::running() && network::Host::getShipID()==(it)->objectID) ){
     80//        COUT(1) << "^^^^^^^^^^ myShip_:" << *it << " classname: " << (*it)->getIdentifier()->getName() << " objectid: " << (*it)->objectID << std::endl;
    8081          return *it;
     82        }
    8183      }
    82       return 0;
    8384      return 0;
    8485    }
     
    167168      if(!myShip_){
    168169        if(network::Host::running())
    169           COUT(3) << "this id: " << this->objectID << " myShipID: " << network::Host::getShipID() << std::endl;
     170//          COUT(3) << "this id: " << this->objectID << " myShipID: " << network::Host::getShipID() << std::endl;
    170171        if(network::Host::running() && objectID == network::Host::getShipID()){
    171172          if(!network::Host::isServer())
Note: See TracChangeset for help on using the changeset viewer.