WndField.Cpp :
Error:
i Get the source code of Gow source, and does not need to edit in HwOption. but if I'm wrong and you have a solution they can help me, thanks
Code:
#ifdef __SYS_280514
for( int i = 0; i < 5; ++i )
{
if( nID == m_awndCheckHide[i].GetWndId() )
{
g_Option.m_abHideCoat[i] = !m_awndCheckHide[i].GetCheck();
g_DPlay.SendHideCoat(i,!m_awndCheckHide[i].GetCheck());
}
}
#endif // __SYS_280514
Code:
error C2039: 'm_abHideCoat' : is not a member of 'COption'