Changed mail is now placed to AREAYOUWROTETO

This commit is contained in:
Alexander S. Aganichev 2002-11-04 18:58:55 +00:00
parent 55f0bc47e8
commit ad6294124f
2 changed files with 5 additions and 1 deletions

View File

@ -12,6 +12,10 @@ ______________________________________________________________________
Notes for GoldED+ 1.1.5, /snapshot/
______________________________________________________________________
! The changed mail will also be copied to the Areayouwroteto now.
- Fixed small bug in Maximus 3 config parser. Any more left?
- Another try to support MC clipboard.
- Once again Numlock was not taken into account for Del in Win9x (not

View File

@ -311,7 +311,7 @@ static void MakeMsg3(int& mode, GMsg* msg) {
w_info(NULL);
}
if((mode != MODE_CHANGE) && (AL.AreaEchoToNo(AA->Areayouwroteto())>=0)) {
if(AL.AreaEchoToNo(AA->Areayouwroteto())>=0) {
Area* A = AL.AreaEchoToPtr(AA->Areayouwroteto());
if(AA != A) {
char* back = NULL;