mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-05 11:12:49 +00:00
removed MAX_S84 and some no longer used stuff using it
This commit is contained in:
parent
f7db0feef0
commit
9b4a53783c
@ -20,8 +20,6 @@ ld tessf, crossf, hexf, hcrossf, hexhexdist, hexvdist, hepvdist, rhexf;
|
|||||||
|
|
||||||
int base_distlimit;
|
int base_distlimit;
|
||||||
|
|
||||||
hyperpoint Crad[MAX_S84];
|
|
||||||
|
|
||||||
transmatrix heptmove[MAX_EDGE], hexmove[MAX_EDGE];
|
transmatrix heptmove[MAX_EDGE], hexmove[MAX_EDGE];
|
||||||
transmatrix invheptmove[MAX_EDGE], invhexmove[MAX_EDGE];
|
transmatrix invheptmove[MAX_EDGE], invhexmove[MAX_EDGE];
|
||||||
|
|
||||||
@ -143,8 +141,6 @@ void precalc() {
|
|||||||
|
|
||||||
finish:
|
finish:
|
||||||
|
|
||||||
for(int i=0; i<S42; i++)
|
|
||||||
Crad[i] = xspinpush0(2*M_PI*i/S42, .4);
|
|
||||||
for(int d=0; d<S7; d++)
|
for(int d=0; d<S7; d++)
|
||||||
heptmove[d] = spin(-d * ALPHA) * xpush(tessf) * spin(M_PI);
|
heptmove[d] = spin(-d * ALPHA) * xpush(tessf) * spin(M_PI);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user