Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9545 in orxonox.OLD for branches/proxy/src/lib/network/handshake.cc


Ignore:
Timestamp:
Jul 28, 2006, 11:12:32 AM (18 years ago)
Author:
patrick
Message:

initializing the default values in a better way to prevent missunderstandings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/handshake.cc

    r9494 r9545  
    7171  remoteState.error = 0;
    7272  remoteState.errorString = "";
    73   remoteState.hostId = -1;
     73  remoteState.hostId = NET_ID_UNASSIGNED;
    7474  remoteState.networkManagerId = -1;
    7575  remoteState.messageManagerId = -1;
Note: See TracChangeset for help on using the changeset viewer.