mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 18:54:48 +00:00
crystal:: fixed a crash bug
This commit is contained in:
parent
402fabeefb
commit
9a32a462cc
@ -639,6 +639,8 @@ struct hrmap_crystal : hrmap_standard {
|
|||||||
transmatrix res;
|
transmatrix res;
|
||||||
ld gdist = S7 == 12 ? hdist0(tC0(cgi.adjmoves[0])) : cgi.strafedist;
|
ld gdist = S7 == 12 ? hdist0(tC0(cgi.adjmoves[0])) : cgi.strafedist;
|
||||||
|
|
||||||
|
h->cmove(d);
|
||||||
|
|
||||||
for(auto& cr: cgi.cellrotations) {
|
for(auto& cr: cgi.cellrotations) {
|
||||||
|
|
||||||
transmatrix U = T * cr.M;
|
transmatrix U = T * cr.M;
|
||||||
|
Loading…
Reference in New Issue
Block a user