@@ -1434,7 +1434,7 @@ EX vector<adj_data> adj_minefield_cells_full(cell *c) {
cellwalkercw1=cw;
do{
res.emplace_back(adj_data{cw.at,cw.mirrored,T});
T=T*currentmap->adj(c,cw.spin);
T=T*currentmap->adj(cw.at,cw.spin);
cw+=wstep;
cw++;
if(cw.cpeek()==c)cw++;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.