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

@@ -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;