Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 31, 2006, 9:30:52 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: tmuch better lookAt implementation, so that the Turrets are really aiming at the designated target.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/monitor/network_node.cc

    r9637 r9639  
    1818#include "debug.h"
    1919
    20 
    2120/**
    2221 * constructor
     
    365364
    366365  NetworkNode* node = NULL;
    367   std::list<NetworkNode*>::iterator it = this->masterServerList.begin();
     366  std::list<NetworkNode*>::const_iterator it = this->masterServerList.begin();
    368367
    369368  for(; it != this->masterServerList.end(); it++)
     
    413412
    414413  PRINT(0)("%s + %s, with id %i and ip: %s\n", indent, this->peerInfo->getNodeTypeString().c_str(), this->peerInfo->userId, this->peerInfo->ip.ipString().c_str());
     414
     415
     416
    415417  std::list<NetworkNode*>::const_iterator it;
    416418  if( !this->masterServerList.empty())
Note: See TracChangeset for help on using the changeset viewer.