mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
forgot to clear pe->hull if rotated_bbox is non-existant or 0
This commit is contained in:
parent
6000b06de3
commit
c834185fbb
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue