floorshape gpside bound is MAX_EDGE not 8

This commit is contained in:
Zeno Rogue 2018-08-17 21:44:03 +02:00
parent 03f32c4f76
commit a5a3cf1c87
1 changed files with 1 additions and 1 deletions

View File

@ -3620,7 +3620,7 @@ void set_blizzard_frame(cell *c, int frameid);
struct floorshape {
bool is_plain;
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; }
};