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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user