Fix uninit jump in Client::Process

This commit is contained in:
Michael Cook (mackal) 2017-03-18 00:59:13 -04:00
parent 13f49fe569
commit 1ae66ce955

View File

@ -159,7 +159,8 @@ Client::Client(EQStreamInterface* ieqs)
m_ZoneSummonLocation(-2.0f,-2.0f,-2.0f),
m_AutoAttackPosition(0.0f, 0.0f, 0.0f, 0.0f),
m_AutoAttackTargetLocation(0.0f, 0.0f, 0.0f),
last_region_type(RegionTypeUnsupported)
last_region_type(RegionTypeUnsupported),
m_dirtyautohaters(false)
{
for(int cf=0; cf < _FilterCount; cf++)
ClientFilters[cf] = FilterShow;