Removed use of initializer lists. so less pretty

This commit is contained in:
Arthur Ice
2014-11-25 21:45:41 -08:00
parent 5115a29bb7
commit 65ad5b5c99
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -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);
}
}