Fix uninit'd GetCommandLine ptr in event that tier0 is not found.

This commit is contained in:
Nicholas Hastings 2014-04-20 21:07:28 -04:00
parent f8d6ecbc02
commit d44b8aa853

View File

@ -95,6 +95,8 @@ static CEntInfo *EntInfoArray()
CHalfLife2::CHalfLife2()
{
m_Maps.init();
m_pGetCommandLine = NULL;
}
CHalfLife2::~CHalfLife2()