From 81a760a58a69793b74f1d8bf5fe21e2ee47f3acf Mon Sep 17 00:00:00 2001 From: "Alexander S. Aganichev" Date: Mon, 23 Jul 2001 04:03:28 +0000 Subject: [PATCH] Small change for better performance --- golded3/gepost.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/golded3/gepost.cpp b/golded3/gepost.cpp index 44b4c82..73a2d53 100644 --- a/golded3/gepost.cpp +++ b/golded3/gepost.cpp @@ -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;