Changeset 9557 in orxonox.OLD for branches/proxy/src/lib
- Timestamp:
- Jul 28, 2006, 12:11:25 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/proxy/proxy_control.cc
r9555 r9557 85 85 byte data[INTSIZE]; 86 86 87 assert( Converter::intToByteArray( userId, data + INTSIZE, INTSIZE ) == INTSIZE );87 assert( Converter::intToByteArray( userId, data, INTSIZE ) == INTSIZE ); 88 88 89 89 MessageManager::getInstance()->sendMessage( MSGID_PROXY_NEWCLIENT, data, INTSIZE, RT_SERVER, NET_UNASSIGNED, MP_HIGHBANDWIDTH );
Note: See TracChangeset
for help on using the changeset viewer.