This commit is contained in:
parent
80c2a6da49
commit
f163834537
10 changed files with 106 additions and 32 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue