forked from metin-server/m2dev-client-src
Restore original clear behavior (Clear both guild marks and NPC/Warps)
This commit is contained in:
@@ -83,6 +83,9 @@ class CPythonMiniMap : public CScreen, public CSingleton<CPythonMiniMap>
|
||||
void SetAtlasCenterPosition(int x, int y);
|
||||
void SetAtlasScale(float fx, float fy);
|
||||
|
||||
// Atlas Marks
|
||||
void ClearAtlasMarks();
|
||||
|
||||
// NPC List
|
||||
void ClearAtlasMarkInfo();
|
||||
void RegisterAtlasMark(BYTE byType, const char * c_szName, long lx, long ly);
|
||||
|
||||
Reference in New Issue
Block a user