Fix Conditional jump or move depends on uninitialised value(s)

This commit is contained in:
Michael Cook (mackal) 2018-03-03 22:37:06 -05:00
parent b63923264d
commit 690d8f9155

View File

@ -337,6 +337,7 @@ Client::Client(EQStreamInterface* ieqs)
m_pp.InnateSkills[i] = InnateDisabled;
temp_pvp = false;
is_client_moving = false;
AI_Init();
}