Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 20, 2008, 3:03:23 PM (16 years ago)
Author:
scheusso
Message:

further optimasation/bugfixing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/network/Client.cc

    r905 r907  
    184184    while(!(client_connection.queueEmpty())){
    185185      packet = client_connection.getPacket();
    186       COUT(5) << "tick gamestate packet size " << packet->dataLength << std::endl;
     186      COUT(5) << "tick packet size " << packet->dataLength << std::endl;
    187187      elaborate(packet, 0); // ================= i guess we got to change this .... (client_ID is always same = server)
    188188    }
     
    203203    if(id!=NULL)
    204204      id->setNetworkID(clid->clid);
    205     COUT(4) << "received network id: " << clid->clid << "; classname: " << clid->message << std::endl;
     205    COUT(4) << "received and set network id: " << clid->clid << "; classname: " << clid->message << std::endl;
    206206    return;
    207207  }
Note: See TracChangeset for help on using the changeset viewer.