فهرست منبع

Merge branch 'master' into hotfix/issue5766_speedrate

aleos 3 سال پیش
والد
کامیت
3c18adb5d2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/map/path.cpp

+ 1 - 1
src/map/path.cpp

@@ -504,7 +504,7 @@ int distance_client(int dx, int dy)
 
 	//Bonus factor used by client
 	//This affects even horizontal/vertical lines so they are one cell longer than expected
-	temp_dist -= 0.0625;
+	temp_dist -= 0.1;
 
 	if(temp_dist < 0) temp_dist = 0;