Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 5, 2007, 6:23:10 PM (16 years ago)
Author:
scheusso
Message:

errorless

File:
1 edited

Legend:

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

    r413 r415  
    149149    id=orxonox::ID(std::string(clid->message));
    150150    if(id!=NULL)
    151       id->setNetworkID(clid->classid);
     151      id->setNetworkID(clid->clid);
    152152    return;
    153153  }
Note: See TracChangeset for help on using the changeset viewer.