Debug removed.
This commit is contained in:
parent
5953903e76
commit
5bc86cfbf6
1 changed files with 0 additions and 4 deletions
|
@ -2574,10 +2574,6 @@ global int MapDistanceBetweenUnits(const Unit* src,const Unit* dst)
|
|||
}
|
||||
}
|
||||
|
||||
if( src->Selected )
|
||||
DebugLevel2("\tDistance %d,%d -> %d,%d = %d\n"
|
||||
,x1,y1,x2,y2,(dy<dx) ? dx : dy);
|
||||
|
||||
return (dy<dx) ? dx : dy;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue