mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 20:29:17 +00:00
fixed constant name
This commit is contained in:
parent
bdd2b5e9fd
commit
0ea461fa7e
@ -125,7 +125,7 @@ EX void save_memory() {
|
|||||||
// go back to such a point X that all the heptagons adjacent to the current 'at'
|
// 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'
|
// are the children of X. This X becomes the new 'at'
|
||||||
if(true) {
|
if(true) {
|
||||||
heptagon *allh[MAX_EDGE+1];
|
heptagon *allh[FULL_EDGE+1];
|
||||||
int hcount = 0;
|
int hcount = 0;
|
||||||
allh[hcount++] = at;
|
allh[hcount++] = at;
|
||||||
for(int j=0; j<S7; j++)
|
for(int j=0; j<S7; j++)
|
||||||
|
Loading…
Reference in New Issue
Block a user