diff --git a/Utils/MapEdit/Core.cpp b/Utils/MapEdit/Core.cpp index 9d3ebdeb9..925c2c572 100644 --- a/Utils/MapEdit/Core.cpp +++ b/Utils/MapEdit/Core.cpp @@ -50,7 +50,7 @@ void CCore::Init(CMapEditView *Wnd) ActiveLayer=0; MapPos.x=MapPos.y=MapPos.z=0; UpdateView(0,0,0); - CTileSet NewSet("c:/temp/test.gin",this); + CTileSet NewSet("c:/temp/1/test.gin",this); TileSet.push_back(NewSet); }