Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 12, 2008, 11:44:01 PM (16 years ago)
Author:
scheusso
Message:

fixed a 'bug' in WE-Model-Spaceship

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network3/src/network/ClientConnection.cc

    r1253 r1261  
    112112    if(server==NULL)
    113113      return false;
    114     if(!packet){
    115       COUT(4) << "Cl.con: addpacket: invalid packet" << std::endl;
     114    if(packet==NULL){
     115      COUT(3) << "Cl.con: addpacket: invalid packet" << std::endl;
    116116      return false;
    117117    }
Note: See TracChangeset for help on using the changeset viewer.