mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 23:10:26 +00:00
fixed freeze on binary tiling X R
This commit is contained in:
parent
a1beb28437
commit
9b1a34d4ec
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user