mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +00:00
fix an oopsie
This commit is contained in:
parent
c5f7138db8
commit
c46b58f4b5
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ FillOutside (node_t *node)
|
|||
qprintf ("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n");
|
||||
|
||||
if (!options.hullnum) {
|
||||
node_t *n, *nextnode;;
|
||||
node_t *n, *nextnode;
|
||||
portal_t *p, *p2;
|
||||
int i, j, next, side;
|
||||
vec3_t wc;
|
||||
|
|
Loading…
Reference in a new issue