Small change for better performance
This commit is contained in:
parent
abc3bbba1a
commit
81a760a58a
@ -313,9 +313,9 @@ static void MakeMsg3(int& mode, GMsg* msg) {
|
|||||||
w_info(NULL);
|
w_info(NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(AL.AreaEchoToNo(AA->Areayouwroteto())>=0) {
|
if((mode != MODE_CHANGE) && (AL.AreaEchoToNo(AA->Areayouwroteto())>=0)) {
|
||||||
Area* A = AL.AreaEchoToPtr(AA->Areayouwroteto());
|
Area* A = AL.AreaEchoToPtr(AA->Areayouwroteto());
|
||||||
if(AA != A and (mode != MODE_CHANGE)) {
|
if(AA != A) {
|
||||||
char* back = NULL;
|
char* back = NULL;
|
||||||
uint mlen = 0;
|
uint mlen = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user