This commit is contained in:
parent
7764a46abd
commit
b2441f0d2c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ void CCore::Init(CMapEditView *Wnd)
|
||||||
ActiveLayer=0;
|
ActiveLayer=0;
|
||||||
MapPos.x=MapPos.y=MapPos.z=0;
|
MapPos.x=MapPos.y=MapPos.z=0;
|
||||||
UpdateView(0,0,0);
|
UpdateView(0,0,0);
|
||||||
CTileSet NewSet("c:/temp/test.gin",this);
|
CTileSet NewSet("c:/temp/1/test.gin",this);
|
||||||
TileSet.push_back(NewSet);
|
TileSet.push_back(NewSet);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue