mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 01:17:39 +00:00
floorshape gpside bound is MAX_EDGE not 8
This commit is contained in:
2
hyper.h
2
hyper.h
@@ -3620,7 +3620,7 @@ void set_blizzard_frame(cell *c, int frameid);
|
|||||||
struct floorshape {
|
struct floorshape {
|
||||||
bool is_plain;
|
bool is_plain;
|
||||||
int shapeid, prio;
|
int shapeid, prio;
|
||||||
vector<hpcshape> b, shadow, side[SIDEPARS], gpside[SIDEPARS][8];
|
vector<hpcshape> b, shadow, side[SIDEPARS], gpside[SIDEPARS][MAX_EDGE];
|
||||||
floorshape() { prio = PPR_FLOOR; }
|
floorshape() { prio = PPR_FLOOR; }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user