Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 8, 2008, 11:09:28 AM (16 years ago)
Author:
scheusso
Message:

compressing doesnt work yet (maybe rather decompressing)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/network/packet/Packet.cc

    r1739 r1741  
    113113    packetMap_[enetPacket_] = this;
    114114  }
    115 #ifndef NDEBUG
     115#ifndef NDEBUG 
    116116  switch( *(ENUM::Type *)(data_ + _PACKETID) )
    117117  {
     
    123123      break;
    124124    default:
    125       assert(0); //TODO: repair this
     125      assert(0); //there was some error, if this is the case
    126126      break;
    127127  }
Note: See TracChangeset for help on using the changeset viewer.