Changed mail is now placed to AREAYOUWROTETO
This commit is contained in:
parent
55f0bc47e8
commit
ad6294124f
@ -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
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user