This commit is contained in:
parent
24aee8e424
commit
136ae1483b
17 changed files with 232 additions and 46 deletions
|
@ -138,6 +138,19 @@ GString SavePath;
|
|||
CElemBank::Save(File);
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
void CTileBank::RenderTile(int Set,int Elem,int Flags,bool Is3d)
|
||||
{
|
||||
if (IsValid(Set,Elem))
|
||||
{
|
||||
SetList[Set].RenderElem(Elem,Flags,Is3d);
|
||||
}
|
||||
else
|
||||
{
|
||||
SetList[0].RenderInvalid();
|
||||
}
|
||||
|
||||
}
|
||||
/*****************************************************************************/
|
||||
void CTileBank::DeleteCurrent()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue