Small change for better performance

This commit is contained in:
Alexander S. Aganichev 2001-07-23 04:03:28 +00:00
parent abc3bbba1a
commit 81a760a58a

View File

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