mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-13 07:46:00 +00:00
fixed freeze on binary tiling X R
This commit is contained in:
@@ -2810,7 +2810,7 @@ EX void setdist(cell *c, int d, cell *from) {
|
||||
if(d >= BARLEV) {
|
||||
|
||||
#if CAP_BT
|
||||
if(bt::in() && WDIM == 3 && !c->land && !sn::in()) {
|
||||
if(bt::in() && WDIM == 3 && !c->land && !sn::in() && !hybri) {
|
||||
ld z = vid.binary_width;
|
||||
cell *cseek = c;
|
||||
int step = 0;
|
||||
|
Reference in New Issue
Block a user