This commit is contained in:
parent
9af1eb0ad5
commit
0a22ec4675
20 changed files with 348 additions and 122 deletions
|
@ -667,6 +667,14 @@ BOOL CCore::IsTileValid(int Set,int Tile)
|
|||
return(TileBank.IsTileValid(Set,Tile));
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
void CCore::SetColFlag(int Flag)
|
||||
{
|
||||
if (TileViewFlag) return;
|
||||
Layer[ActiveLayer]->SetColFlags(this,Flag);
|
||||
RedrawView();
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
void CCore::CopySelection()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue