Fix encoding warnings
warning C4828: The file contains a character starting at offse t 0x132 that is illegal in the current source character set (codepage 65001)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "stdafx.h"
|
||||
#include "stdafx.h"
|
||||
#include "dungeon.h"
|
||||
#include "char.h"
|
||||
#include "char_manager.h"
|
||||
@@ -1130,7 +1130,7 @@ struct FExitDungeonToStartPosition
|
||||
{
|
||||
PIXEL_POSITION posWarp;
|
||||
|
||||
// 현재 맵 인덱스를 넣는 것이 아니라 시작하는 맵 인덱스를 넣는다.
|
||||
// 현재 맵 인덱스를 넣는 것이 아니라 시작하는 맵 인덱스를 넣는다.
|
||||
if (SECTREE_MANAGER::instance().GetRecallPositionByEmpire(g_start_map[ch->GetEmpire()], ch->GetEmpire(), posWarp))
|
||||
ch->WarpSet(posWarp.x, posWarp.y);
|
||||
else
|
||||
@@ -1280,7 +1280,7 @@ void CDungeon::JumpToEliminateLocation()
|
||||
}
|
||||
else
|
||||
{
|
||||
// 일반 맵으로 워프
|
||||
// 일반 맵으로 워프
|
||||
LPSECTREE_MAP pMap = SECTREE_MANAGER::instance().GetMap(m_lMapIndex);
|
||||
|
||||
if (!pMap)
|
||||
|
||||
Reference in New Issue
Block a user