mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-24 06:50:09 +00:00
number of step reported in crystal::build_shortest_path
This commit is contained in:
parent
70842eb6e9
commit
804c3897b8
@ -884,7 +884,7 @@ EX vector<cell*> build_shortest_path(cell *c1, cell *c2) {
|
||||
}
|
||||
}
|
||||
|
||||
println(hlog, "Error: path not found");
|
||||
println(hlog, "Error: path not found, steps = ", steps);
|
||||
return p;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user