mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 02:31:03 +00:00
Removed use of initializer lists. so less pretty
This commit is contained in:
@@ -543,7 +543,7 @@ bool Client::Process() {
|
||||
else
|
||||
{
|
||||
animation = 0;
|
||||
m_Delta = {0.0f, 0.0f, 0.0f, m_Delta.m_Heading};
|
||||
m_Delta = xyz_heading(0.0f, 0.0f, 0.0f, m_Delta.m_Heading);
|
||||
SendPosUpdate(2);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user