mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
heptacount counting
This commit is contained in:
parent
36998c9a40
commit
45cc122927
@ -66,7 +66,6 @@ template<class... T> auto iprintf(T... t) { for(int i=0; i<indent; i++) putchar(
|
||||
// create a new heptagon
|
||||
heptagon *buildHeptagon(heptagon *parent, int d, hstate s, int pard = 0, int fixdistance = COMPUTE) {
|
||||
heptagon *h = new heptagon;
|
||||
heptacount++;
|
||||
h->alt = NULL;
|
||||
h->s = s;
|
||||
for(int i=0; i<MAX_EDGE; i++) h->move[i] = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user