text encoding fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "stdafx.h"
|
||||
#include "stdafx.h"
|
||||
#include "../../common/stl.h"
|
||||
|
||||
#include "constants.h"
|
||||
@@ -297,7 +297,7 @@ bool CSkillManager::Initialize(TSkillTable * pTab, int iSize)
|
||||
|
||||
if (!bError)
|
||||
{
|
||||
// 기존 테이블의 내용을 지운다.
|
||||
// 기존 테이블의 내용을 지운다.
|
||||
itertype(m_map_pkSkillProto) it = m_map_pkSkillProto.begin();
|
||||
|
||||
while (it != m_map_pkSkillProto.end()) {
|
||||
@@ -307,7 +307,7 @@ bool CSkillManager::Initialize(TSkillTable * pTab, int iSize)
|
||||
|
||||
m_map_pkSkillProto.clear();
|
||||
|
||||
// 새로운 내용을 삽입
|
||||
// 새로운 내용을 삽입
|
||||
it = map_pkSkillProto.begin();
|
||||
|
||||
while (it != map_pkSkillProto.end())
|
||||
|
||||
Reference in New Issue
Block a user