diff --git a/reg3.cpp b/reg3.cpp index da4360fc..6ef52455 100644 --- a/reg3.cpp +++ b/reg3.cpp @@ -1472,6 +1472,7 @@ int dist_alt(cell *c) { #if MAXMDIM >= 4 EX cellwalker strafe(cellwalker cw, int j) { hyperpoint hfront = tC0(cgi.adjmoves[cw.spin]); + cw.at->cmove(j); transmatrix T = currentmap->adj(cw.at, j); for(int i=0; ic.spin(j)) if(hdist(hfront, T * tC0(cgi.adjmoves[i])) < cgi.strafedist + .01)