This commit is contained in:
Daveo 2001-04-07 21:05:33 +00:00
parent 08c732c29a
commit aefdd396f8
51 changed files with 1467 additions and 682 deletions

View file

@ -417,6 +417,8 @@ bool CTileBank::SelectCancel()
/*****************************************************************************/
void CTileBank::DeleteSet(CCore *Core)
{
if (GUIElemList.m_List.GetCurSel()==-1) return;
if (Core->Question("Delete Current Tile Bank\n\nAll used tiles in current set will be set to blank\nAre you sure?"))
{
int SetCount=GetSetCount();
@ -446,6 +448,7 @@ void CTileBank::DeleteSet(CCore *Core)
}
}
CurrentSet--;
GUIUpdate(Core);
}