Changeset 9473 in orxonox.OLD for branches/proxy/src/lib/network/handshake.cc
- Timestamp:
- Jul 25, 2006, 10:57:27 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/handshake.cc
r9406 r9473 76 76 remoteState.orxId = 0; 77 77 remoteState.version = 0; 78 remoteState.nodeType = NET_ CLIENT;78 remoteState.nodeType = NET_UNASSIGNED; 79 79 remoteState.canDel = 0; 80 80
Note: See TracChangeset
for help on using the changeset viewer.