mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
fixed incorrect connections in notknot walls
This commit is contained in:
parent
0a5f0b04e0
commit
3d42376fec
@ -948,7 +948,7 @@ struct hrmap_notknot : hrmap {
|
||||
if(u->ptr[d])
|
||||
u->result->c.connect(d, u->ptr[d]->result, d1, false);
|
||||
else
|
||||
u->result->c.connect(d, u->result, gmod(d + u->result->type/2, u->result->type), false);
|
||||
u->result->c.connect(d, u->result, d, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user