//////////////////////////////////////////
| 726 | |
| 727 | /////////////////////////////////////////////// |
| 728 | void CXClient::XConnect( const char *szAddr, bool _bDoLateSwitch, const bool inbCDAuthorization ) |
| 729 | { |
| 730 | m_pIClient->SetServerIP(szAddr); |
| 731 | bDoSwitch=_bDoLateSwitch; |
| 732 | |
| 733 | m_pIClient->InitiateCDKeyAuthorization(inbCDAuthorization); |
| 734 | |
| 735 | m_pGame->m_szLastAddress = szAddr; |
| 736 | m_pGame->m_bLastDoLateSwitch = _bDoLateSwitch; |
| 737 | m_pGame->m_bLastCDAuthentication = inbCDAuthorization; |
| 738 | } |
| 739 | |
| 740 | |
| 741 |
no test coverage detected