Commit e43a5bec authored by claes's avatar claes

Number of concurrent classeditorns is recuced to one

parent 912c5c80
...@@ -365,6 +365,8 @@ void pwr_wtt_open_volume( void *wttctx, wb_eType type, char *filename, wow_eFile ...@@ -365,6 +365,8 @@ void pwr_wtt_open_volume( void *wttctx, wb_eType type, char *filename, wow_eFile
mem->loadWbl( filename, &sts); mem->loadWbl( filename, &sts);
if ( EVEN(sts)) { if ( EVEN(sts)) {
delete mem; delete mem;
if ( sts == LDH__OTHERSESS)
MsgWindow::message( 'E', "Other class volume is open", msgw_ePop_Yes);
return; return;
} }
erep->addExtern( &sts, mem); erep->addExtern( &sts, mem);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment