This commit is contained in:
Daveo 2000-10-27 21:06:26 +00:00
parent 7764a46abd
commit b2441f0d2c

View File

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