If you are looking at the same code as I am, i.e. client.cpp, line 992, then it is using the DistNoRootNoZ function which doesn't use square root (for performance reasons) to get the real distance, so in that context, 200 is equivalent to sqrtf(200) == 14.14 in real distance units.
|