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:
2
cell.cpp
2
cell.cpp
@@ -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();
|
||||
|
Reference in New Issue
Block a user