Convert source files from EUC-KR to UTF8 #13

Open
Tr0n wants to merge 8 commits from Tr0n/client:chore/convert-euckr into master
Showing only changes of commit 67c4325b01 - Show all commits

View File

@ -1317,7 +1317,7 @@ void CInstanceBase::StateProcess()
if (!__CanProcessNetworkStatePacket())
{
Lognf(0, "vid=%d \xBF\xF2\xC1\xF7\xC0\xCF \xBC\xF6 \xBE\xF8\xB4\xC2 \xBB\xF3\xC5\xC2\xB6\xF3 \xBD\xBA\xC5\xB5 IsDead=%d, IsKnockDown=%d", uVID, m_GraphicThingInstance.IsDead(), m_GraphicThingInstance.IsKnockDown());
Lognf(0, "vid=%d Skip because you can't move IsDead=%d, IsKnockDown=%d", uVID, m_GraphicThingInstance.IsDead(), m_GraphicThingInstance.IsKnockDown());
return;
}