1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-11 23:06:00 +00:00

gp:: improved debug

This commit is contained in:
Zeno Rogue
2021-09-30 13:10:52 +02:00
parent aeb889119d
commit 9ffdf3aa67
2 changed files with 6 additions and 5 deletions

View File

@@ -272,7 +272,7 @@ void hrmap_standard::find_cell_connection(cell *c, int d) {
else if(GOLDBERG) {
gp::extend_map(c, d);
if(!c->move(d)) {
printf("extend failed to create for %p/%d\n", hr::voidp(c), d);
println(hlog, "extend failed to create for ", cellwalker(c, d));
exit(1);
}
hybrid::link();