Removed destination messagebase locking in CopyMoveForward function
This commit is contained in:
parent
819675bab2
commit
d488a5510b
@ -471,9 +471,8 @@ void CmfMsgs(GMsg* msg, bool torecycle)
|
|||||||
// Popup wait window
|
// Popup wait window
|
||||||
w_info(progstr);
|
w_info(progstr);
|
||||||
|
|
||||||
// Open destination area and lock it
|
// Open destination area
|
||||||
AA->Open();
|
AA->Open();
|
||||||
AA->Lock();
|
|
||||||
AA->RandomizeData();
|
AA->RandomizeData();
|
||||||
|
|
||||||
// Re-activeate original area and lock that too
|
// Re-activeate original area and lock that too
|
||||||
@ -643,10 +642,9 @@ void CmfMsgs(GMsg* msg, bool torecycle)
|
|||||||
|
|
||||||
kbput(Key_Tick);
|
kbput(Key_Tick);
|
||||||
|
|
||||||
// Unlock and close destination area
|
// close destination area
|
||||||
AL.SetActiveAreaId(destarea);
|
AL.SetActiveAreaId(destarea);
|
||||||
AA->UpdateAreadata();
|
AA->UpdateAreadata();
|
||||||
AA->Unlock();
|
|
||||||
AA->Close();
|
AA->Close();
|
||||||
|
|
||||||
// Return to original area and unlock it
|
// Return to original area and unlock it
|
||||||
|
Reference in New Issue
Block a user