Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2007, 2:39:01 PM (16 years ago)
Author:
scheusso
Message:

some small changes and debug output

File:
1 edited

Legend:

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

    r571 r573  
    9292  retval->id=id++;
    9393  // reserve a little memory and increase it later on
     94  COUT(2) << "mallocing" << std::endl;
    9495  retval->data = (unsigned char*)malloc(1);
     96  COUT(2) << "malloced" << std::endl;
    9597
    9698  // offset of memory functions
Note: See TracChangeset for help on using the changeset viewer.