Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 24, 2006, 2:32:00 PM (18 years ago)
Author:
patrick
Message:

network: small change: makes more sense this way

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/network_game_manager.cc

    r6668 r6670  
    102102          return i;
    103103        continue;
    104       }
    105       else
    106       {
    107         PRINTF(1)("Network is asynchronous: couldn't decode the command sent by %i\n", sender);
    108         PRINTF(1)("Probably this is because the network protocol has different \n");
    109         PRINTF(1)("versions or there occured an error in the sending algorithm\n");
    110104      }
    111105    }
Note: See TracChangeset for help on using the changeset viewer.