mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +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");
|
qprintf ("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n");
|
||||||
|
|
||||||
if (!options.hullnum) {
|
if (!options.hullnum) {
|
||||||
node_t *n, *nextnode;;
|
node_t *n, *nextnode;
|
||||||
portal_t *p, *p2;
|
portal_t *p, *p2;
|
||||||
int i, j, next, side;
|
int i, j, next, side;
|
||||||
vec3_t wc;
|
vec3_t wc;
|
||||||
|
|
Loading…
Reference in a new issue