We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ffd547 commit 0c138fdCopy full SHA for 0c138fd
1 file changed
game/world/waymatrix.cpp
@@ -17,7 +17,8 @@ WayMatrix::WayMatrix(World &world, const ZenLoad::zCWayNetData &dat)
17
// scripting doc says 20m, but number seems to be incorrect
18
if(world.version().game==2) {
19
// Vatras requires at least 8 meters
20
- distanceThreshold = 10.f*100.f;
+ // Abuyin requires less than 10 meters
21
+ distanceThreshold = 9.f*100.f;
22
}
23
24
wayPoints.resize(dat.waypoints.size());
0 commit comments