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

crystal:: started working on lands (Camelot done) and distances

This commit is contained in:
Zeno Rogue
2018-12-01 23:53:03 +01:00
parent 000f271552
commit 50f37a6b63
4 changed files with 172 additions and 21 deletions

View File

@@ -114,7 +114,9 @@ transmatrix calc_relative_matrix(cell *c2, cell *c1, const hyperpoint& point_hin
//bool hsol = false;
//transmatrix sol;
int steps = 0;
while(h1 != h2) {
steps++; if(steps > 100) { println(hlog, "not found"); return Id; }
if(smallbounded && quotient) {
transmatrix T;
ld bestdist = 1e9;