Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 2, 2008, 2:33:17 PM (16 years ago)
Author:
scheusso
Message:

removed crc testing and changes debug output

File:
1 edited

Legend:

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

    r1505 r1516  
    144144    COUT(4) << "PacketGenerator generating totalLen " << totalLen << std::endl;
    145145    //delete[] data;
    146     if(!addCRC(packet))
    147       COUT(3) << "could not add crc to gamestate packet" << std::endl;
     146//    if(!addCRC(packet))
     147//      COUT(3) << "could not add crc to gamestate packet" << std::endl;
    148148    return packet;
    149149  }
Note: See TracChangeset for help on using the changeset viewer.