mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
init_heptagon fixup
This commit is contained in:
parent
169ffe1d6d
commit
49c3bc1e4a
@ -77,13 +77,13 @@ EX heptagon *buildHeptagon1(heptagon *h, heptagon *parent, int d, hstate s, int
|
||||
return h;
|
||||
}
|
||||
|
||||
heptagon *init_heptagon(int type) {
|
||||
heptagon *h = tailored_alloc<heptagon> (d);
|
||||
EX heptagon *init_heptagon(int type) {
|
||||
heptagon *h = tailored_alloc<heptagon> (type);
|
||||
h->emeraldval = 0;
|
||||
h->zebraval = 0;
|
||||
h->fiftyval = 0;
|
||||
h->fieldval = 0;
|
||||
h->rval0 = origin->rval1 = 0;
|
||||
h->rval0 = h->rval1 = 0;
|
||||
h->cdata = NULL;
|
||||
h->alt = NULL;
|
||||
h->c7 = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user