fixed constant name

This commit is contained in:
Zeno Rogue 2024-01-11 17:22:20 +01:00
parent bdd2b5e9fd
commit 0ea461fa7e
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ EX void save_memory() {
// go back to such a point X that all the heptagons adjacent to the current 'at'
// are the children of X. This X becomes the new 'at'
if(true) {
heptagon *allh[MAX_EDGE+1];
heptagon *allh[FULL_EDGE+1];
int hcount = 0;
allh[hcount++] = at;
for(int j=0; j<S7; j++)