Fix hashmap not being initialized (no bug, irc r=kyles).

This commit is contained in:
David Anderson 2013-08-26 23:38:55 -07:00
parent f6255c72d1
commit c30b7c111f

View File

@ -78,6 +78,7 @@ static int entInfoOffset = -1;
CHalfLife2::CHalfLife2()
{
m_Maps.init();
}
CHalfLife2::~CHalfLife2()