1
0
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:
Zeno Rogue 2020-11-14 14:17:03 +01:00
parent a1beb28437
commit 9b1a34d4ec

View File

@ -2810,7 +2810,7 @@ EX void setdist(cell *c, int d, cell *from) {
if(d >= BARLEV) { if(d >= BARLEV) {
#if CAP_BT #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; ld z = vid.binary_width;
cell *cseek = c; cell *cseek = c;
int step = 0; int step = 0;