crystal:: fixed a crash bug

This commit is contained in:
Zeno Rogue 2021-09-30 11:14:31 +02:00
parent 402fabeefb
commit 9a32a462cc
1 changed files with 2 additions and 0 deletions

View File

@ -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;