





class CConfig *m_pConfig; in the header now, lets see









bool Debug parameter or CConfig *pConfig)





























((CConsole*)pInfo->m_pUserData) ok?CConsole::CCommandm_pConfig, which i want to access, is member of CConsole

pInfo->m_pUserData of type CConsole *?

if(pCommand->m_pfnCallback == Con_Chain)
{
CChain *pChainInfo = static_cast<CChain *>(pCommand->m_pUserData);
whats that? xd
Con_Chain is of type CChain *
CConsole::NextCommandInfo()?

