1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

removed MAX_S84 and some no longer used stuff using it

This commit is contained in:
Zeno Rogue 2018-11-30 14:41:18 +01:00
parent f7db0feef0
commit 9b4a53783c
2 changed files with 0 additions and 5 deletions

View File

@ -20,8 +20,6 @@ ld tessf, crossf, hexf, hcrossf, hexhexdist, hexvdist, hepvdist, rhexf;
int base_distlimit;
hyperpoint Crad[MAX_S84];
transmatrix heptmove[MAX_EDGE], hexmove[MAX_EDGE];
transmatrix invheptmove[MAX_EDGE], invhexmove[MAX_EDGE];
@ -143,8 +141,6 @@ void precalc() {
finish:
for(int i=0; i<S42; i++)
Crad[i] = xspinpush0(2*M_PI*i/S42, .4);
for(int d=0; d<S7; d++)
heptmove[d] = spin(-d * ALPHA) * xpush(tessf) * spin(M_PI);

View File

@ -132,7 +132,6 @@ void addMessage(string s, char spamtype = 0);
#define S36 (S6*6)
#define S84 (S7*S6*2)
#define MAX_S3 4
#define MAX_S84 240
#define eurad crossf