mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
fixed array[7] in blizzard.cpp
This commit is contained in:
parent
fd57528b72
commit
f400ed0537
@ -35,7 +35,7 @@ struct blizzardcell {
|
||||
transmatrix *gm;
|
||||
char wmap;
|
||||
int inward, outward, ward;
|
||||
int qty[7];
|
||||
int qty[MAX_EDGE];
|
||||
vector<snowball*> inorder, outorder;
|
||||
int inid, outid;
|
||||
~blizzardcell() { for(auto i: inorder) delete i; }
|
||||
|
Loading…
Reference in New Issue
Block a user