diff --git a/qw/source/sv_user.c b/qw/source/sv_user.c index aff654ccc..2571fa3c3 100644 --- a/qw/source/sv_user.c +++ b/qw/source/sv_user.c @@ -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; } } }