From 1914a3c1bccff76266634247d815c6a62f50507b Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 22 Apr 2020 01:45:04 +0200 Subject: [PATCH] fixed Great Walls in 534 --- reg3.cpp | 1 + 1 file changed, 1 insertion(+) 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)