1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-14 13:57:38 +00:00

factored generate_random_path from yendor out

This commit is contained in:
Zeno Rogue
2021-07-31 11:55:27 +02:00
parent f567f0012b
commit d7a7447699
4 changed files with 215 additions and 189 deletions

View File

@@ -458,7 +458,7 @@ EX void generate_track() {
makeEmpty(s);
cview(); // needed for some virtualRebases
use_exhaustive_distance = yendor::exhaustive_distance_appropriate();
use_exhaustive_distance = exhaustive_distance_appropriate();
if(use_exhaustive_distance)
permanent_long_distances(s);