I just want to know if it's ok to removed the red code below coz if its enabled in k15 the item linking is not working?
Code:void CWndItemCtrl::OnLButtonDown( UINT nFlags, CPoint point ) { if( !g_pPlayer ) return; if( !m_pItemContainer ) return; CPoint pt( 3, 3 ); CRect rect; if( GetAsyncKeyState( VK_LCONTROL ) & 0x8000 ) return; if( CWndBase::m_GlobalShortcut.IsEmpty() == FALSE ) return; //SetCapture(); int nItem = HitTest( point ); if( nItem == -1 ) return;







