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