small fix

This commit is contained in:
Volker Fischer 2010-03-05 05:51:25 +00:00
parent d000d6df6d
commit 58ce295b08

View File

@ -273,7 +273,7 @@ void CClient::OnSndCrdReinitRequest()
void CClient::Start()
{
// init object
Init() ;
Init();
// enable channel
Channel.SetEnable ( true );