Changeset 9643 in orxonox.OLD for branches/proxy/src/lib/network/network_stream.cc
- Timestamp:
- Jul 31, 2006, 11:03:04 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/network_stream.cc
r9638 r9643 106 106 107 107 // get the local ip address 108 IPaddress ip; 109 SDLNet_ResolveHost( &ip, NULL, 0); 108 IP ip("localhost", 0); 110 109 this->pInfo->ip = ip; 111 110 }
Note: See TracChangeset
for help on using the changeset viewer.