mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-13 05:37:38 +00:00
renamed solnihv:: to sn:: and solnih to sn::in()
This commit is contained in:
@@ -2606,7 +2606,7 @@ EX void setdist(cell *c, int d, cell *from) {
|
||||
|
||||
if(d >= BARLEV) {
|
||||
|
||||
if(bt::in() && WDIM == 3 && !c->land && !solnih) {
|
||||
if(bt::in() && WDIM == 3 && !c->land && !sn::in()) {
|
||||
ld z = vid.binary_width;
|
||||
cell *cseek = c;
|
||||
int step = 0;
|
||||
|
Reference in New Issue
Block a user