Fix uninit'd GetCommandLine ptr in event that tier0 is not found.
This commit is contained in:
parent
f8d6ecbc02
commit
d44b8aa853
@ -95,6 +95,8 @@ static CEntInfo *EntInfoArray()
|
||||
CHalfLife2::CHalfLife2()
|
||||
{
|
||||
m_Maps.init();
|
||||
|
||||
m_pGetCommandLine = NULL;
|
||||
}
|
||||
|
||||
CHalfLife2::~CHalfLife2()
|
||||
|
Loading…
Reference in New Issue
Block a user