1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

rulegen:: fractal debug removed

This commit is contained in:
Zeno Rogue 2021-08-04 20:48:24 +02:00
parent eae1b67013
commit 8d2dcb462e

View File

@ -906,7 +906,6 @@ cdata *getHeptagonCdata(heptagon *h) {
if(hs.at->master->distance > d) break;
}
setHeptagonRval(hs.at->master);
println(hlog, "affect by bits for ", hs.at, " ", wsname(ws));
affect(mydata, ws == NOWALLSEP_SWAP ? hs.at->master->rval1 : hs.at->master->rval0, 1);
}
}