mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-30 15:39:54 +00:00
fixed crash in geometry selection
This commit is contained in:
parent
a3c5773864
commit
4d9775080d
@ -1114,7 +1114,6 @@ EX namespace hybrid {
|
|||||||
else qn = qn + "/" + qplus;
|
else qn = qn + "/" + qplus;
|
||||||
}
|
}
|
||||||
if(elliptic) ginf[g].flags |= qELLIPTIC;
|
if(elliptic) ginf[g].flags |= qELLIPTIC;
|
||||||
println(hlog, "set elliptic if: 0=", csteps % cgi.psl_steps);
|
|
||||||
if(csteps && csteps != cgi.psl_steps && csteps != 2*cgi.psl_steps)
|
if(csteps && csteps != cgi.psl_steps && csteps != 2*cgi.psl_steps)
|
||||||
ginf[g].flags |= qANYQ;
|
ginf[g].flags |= qANYQ;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user