forgot to clear pe->hull if rotated_bbox is non-existant or 0

This commit is contained in:
Bill Currie 2001-07-27 02:45:01 +00:00
parent 6000b06de3
commit c834185fbb

View file

@ -1320,6 +1320,8 @@ AddLinksToPmove (areanode_t *node)
int h = SVFIELD (check, rotated_bbox, integer);
extern hull_t pf_hull_list[];
pe->hull = &pf_hull_list[h - 1];
} else {
pe->hull = 0;
}
}
}