forked from metin2/client
convert literals to escaped bytes
This commit is contained in:
@@ -62,7 +62,7 @@ void CActorInstance::RotationProcess()
|
||||
m_fcurRotation = m_rotEnd;
|
||||
}
|
||||
|
||||
// FIXME : "<EFBFBD>ǹ<EFBFBD><EFBFBD>϶<EFBFBD><EFBFBD><EFBFBD> üũ"<22><> <20>ٲ۴<D9B2>. - [levites]
|
||||
// FIXME : "\xB0\xC7\xB9\xB0\xC0\xCF\xB6\xA7\xB8\xB8 \xC3\xBC\xC5\xA9"<22><> <20>ٲ۴<D9B2>. - [levites]
|
||||
if (0.0f != m_rotX || 0.0f != m_rotY)
|
||||
{
|
||||
CGraphicObjectInstance::SetRotation(m_rotX, m_rotY, m_fcurRotation);
|
||||
|
Reference in New Issue
Block a user