Merge branch 'master' into jgrpp
# Conflicts: # src/core/bitmath_func.cpp # src/core/bitmath_func.hpp # src/core/geometry_type.hpp # src/game/game_text.hpp # src/graph_gui.cpp # src/pathfinder/npf/npf.cpp # src/script/api/script_text.cpp # src/spritecache.cpp # src/track_func.h
This commit is contained in:
@@ -1255,7 +1255,7 @@ static Trackdir RoadFindPathToDest(RoadVehicle *v, TileIndex tile, DiagDirection
|
||||
/* Vehicle expected a choice here, invalidate its path. */
|
||||
v->cached_path->clear();
|
||||
}
|
||||
return_track(FindFirstBit2x64(trackdirs));
|
||||
return_track(FindFirstBit(trackdirs));
|
||||
}
|
||||
|
||||
/* Path cache is out of date, clear it */
|
||||
|
Reference in New Issue
Block a user