No comment worth mentioning for this one :x

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401155
This commit is contained in:
Scott Ehlert 2007-07-23 19:38:02 +00:00
parent 416752a0cc
commit 8b758a079a

View File

@ -337,6 +337,9 @@ Handle_t ConVarManager::CreateConVar(IPluginContext *pContext, const char *name,
pInfo->sourceMod = true;
pInfo->pChangeForward = NULL;
pInfo->origCallback = NULL;
#if PLAPI_VERSION < 12
pInfo->name = NULL;
#endif
/* Insert struct into caches */
m_ConVars.push_back(pInfo);