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() void CClient::Start()
{ {
// init object // init object
Init() ; Init();
// enable channel // enable channel
Channel.SetEnable ( true ); Channel.SetEnable ( true );