Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 12, 2007, 11:28:38 PM (16 years ago)
Author:
scheusso
Message:

gamestateclient completet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/network/ConnectionManager.cc

    r496 r505  
    140140        break;
    141141      case ENET_EVENT_TYPE_RECEIVE:
    142         std::cout << "received data" << std::endl;
     142        //std::cout << "received data" << std::endl;
    143143        processData(&event);
    144144        break;
Note: See TracChangeset for help on using the changeset viewer.