mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
delta_x, delta_y, delta_z, and int delta_heading converted to m_Delta
This commit is contained in:
@@ -543,9 +543,7 @@ bool Client::Process() {
|
||||
else
|
||||
{
|
||||
animation = 0;
|
||||
delta_x = 0;
|
||||
delta_y = 0;
|
||||
delta_z = 0;
|
||||
m_Delta = {0.0f, 0.0f, 0.0f, m_Delta.m_Heading};
|
||||
SendPosUpdate(2);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user