Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 10, 2008, 1:51:55 PM (16 years ago)
Author:
scheusso
Message:

more output

File:
1 edited

Legend:

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

    r1008 r1013  
    179179
    180180  GameState *GameStateClient::decompress(GameStateCompressed *a) {
     181    COUT(4) << "GameStateClient: uncompressing gamestate. id: " << a->id << ", baseid: " << a->base_id << ", normsize: " << a->normsize << ", compsize: " << a->compsize << std::endl;
    181182    int normsize = a->normsize;
    182183    int compsize = a->compsize;
Note: See TracChangeset for help on using the changeset viewer.