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

pattern 'P' now uses permanent_long_distances

This commit is contained in:
Zeno Rogue
2019-12-23 20:52:25 +01:00
parent 97ea8f8c4b
commit 94fd788316
2 changed files with 5 additions and 2 deletions

View File

@@ -935,7 +935,7 @@ EX int heptdistance(cell *c1, cell *c2) {
map<pair<cell*, cell*>, int> saved_distances;
set<cell*> keep_distances_from;
EX set<cell*> keep_distances_from;
set<cell*> dists_computed;