forked from metin-server/m2dev-client-src
file encoding to utf-8
This commit is contained in:
@@ -148,7 +148,7 @@ class CPythonMiniMap : public CScreen, public CSingleton<CPythonMiniMap>
|
||||
DWORD dwDstTime;
|
||||
};
|
||||
|
||||
// 캐릭터 리스트
|
||||
// 캐릭터 리스트
|
||||
typedef struct
|
||||
{
|
||||
float m_fX;
|
||||
@@ -180,14 +180,14 @@ class CPythonMiniMap : public CScreen, public CSingleton<CPythonMiniMap>
|
||||
|
||||
float m_fMiniMapRadius;
|
||||
|
||||
// 맵 그림...
|
||||
// 맵 그림...
|
||||
LPDIRECT3DTEXTURE8 m_lpMiniMapTexture[AROUND_AREA_NUM];
|
||||
|
||||
// 미니맵 커버
|
||||
// 미니맵 커버
|
||||
CGraphicImageInstance m_MiniMapFilterGraphicImageInstance;
|
||||
CGraphicExpandedImageInstance m_MiniMapCameraraphicImageInstance;
|
||||
|
||||
// 캐릭터 마크
|
||||
// 캐릭터 마크
|
||||
CGraphicExpandedImageInstance m_PlayerMark;
|
||||
CGraphicImageInstance m_WhiteMark;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user