This commit is contained in:
Daveo 2001-07-10 16:56:47 +00:00
parent 80c2a6da49
commit f163834537
10 changed files with 106 additions and 32 deletions

View file

@ -421,6 +421,10 @@ bool RedrawFlag=false;
DeleteLayer(Param0);
break;
case CmdMsg_Report:
GetTileBank()->Report();
break;
// Pass remaining to Active Layer
default:
RedrawFlag=CurrentLayer->Command(CmdMsg,this,Param0,Param1);