fix an oopsie

This commit is contained in:
Bill Currie 2003-02-05 05:16:51 +00:00
parent c5f7138db8
commit c46b58f4b5
1 changed files with 1 additions and 1 deletions

View File

@ -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;