From 9a32a462cc00e814e4b64e380229915c6a9d1f6d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 30 Sep 2021 11:14:31 +0200 Subject: [PATCH] crystal:: fixed a crash bug --- crystal.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crystal.cpp b/crystal.cpp index ba3caa2b..663e49c7 100644 --- a/crystal.cpp +++ b/crystal.cpp @@ -639,6 +639,8 @@ struct hrmap_crystal : hrmap_standard { transmatrix res; ld gdist = S7 == 12 ? hdist0(tC0(cgi.adjmoves[0])) : cgi.strafedist; + h->cmove(d); + for(auto& cr: cgi.cellrotations) { transmatrix U = T * cr.M;