delta_x, delta_y, delta_z, and int delta_heading converted to m_Delta

This commit is contained in:
Arthur Ice
2014-11-25 20:43:09 -08:00
parent 53602e3c61
commit 096cbaf1bb
6 changed files with 13 additions and 36 deletions
+1 -3
View File
@@ -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);
}
}