mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-31 07:41:28 +00:00
Fix uninit jump in Client::Process
This commit is contained in:
parent
13f49fe569
commit
1ae66ce955
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user