View Single Post
  #2  
Old 03-09-2012, 04:23 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

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.
Reply With Quote