From d488a5510b41ec4bd8e09cba059430f4b9551c78 Mon Sep 17 00:00:00 2001 From: Ianos Gnatiuc Date: Sun, 15 Jan 2006 22:52:17 +0000 Subject: [PATCH] Removed destination messagebase locking in CopyMoveForward function --- golded3/gecmfd.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/golded3/gecmfd.cpp b/golded3/gecmfd.cpp index d8cbcae..65957e6 100644 --- a/golded3/gecmfd.cpp +++ b/golded3/gecmfd.cpp @@ -471,9 +471,8 @@ void CmfMsgs(GMsg* msg, bool torecycle) // Popup wait window w_info(progstr); - // Open destination area and lock it + // Open destination area AA->Open(); - AA->Lock(); AA->RandomizeData(); // Re-activeate original area and lock that too @@ -643,10 +642,9 @@ void CmfMsgs(GMsg* msg, bool torecycle) kbput(Key_Tick); - // Unlock and close destination area + // close destination area AL.SetActiveAreaId(destarea); AA->UpdateAreadata(); - AA->Unlock(); AA->Close(); // Return to original area and unlock it