file encoding to utf-8

This commit is contained in:
d1str4ught
2025-08-19 00:30:50 +02:00
parent be56f3f31a
commit ea712bec83
241 changed files with 1753 additions and 1753 deletions

View File

@@ -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;