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/network/Client.cc

    r1752 r1767  
    100100    Synchronisable::setClient(true);
    101101    isConnected=client_connection.createConnection();
    102     if(isConnected){
    103 //       COUT(3) << "sending connectrequest" << std::endl;
    104 //       if(!client_connection.addPacket(pck_gen.generateConnectRequest()) || !client_connection.sendPackets())
    105 //         COUT(1) << "could not send connection request !!!!!!!!!" << std::endl;
    106     }else
     102    if(!isConnected)
    107103      COUT(1) << "could not create connection laber" << std::endl;
    108104    return isConnected;
Note: See TracChangeset for help on using the changeset viewer.