From bdbae950037f396c1d76a1cede914db48ab3fbf4 Mon Sep 17 00:00:00 2001 From: Tyrann Date: Sat, 16 Sep 2006 19:34:13 +0930 Subject: [PATCH] [PATCH] qbsp: Fix typo in leak file generation Signed-off-by: Tyrann --- qbsp/outside.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbsp/outside.c b/qbsp/outside.c index bde545da..47fc0126 100644 --- a/qbsp/outside.c +++ b/qbsp/outside.c @@ -152,7 +152,7 @@ MarkLeakTrail(portal_t *n2) numports++; // write the center... - fprintf(PorFile, "%f %f %f ", p1[0], p1[1], p2[1]); + fprintf(PorFile, "%f %f %f ", p1[0], p1[1], p1[2]); fprintf(PorFile, "%i ", n2->winding->numpoints); j = n2->winding->numpoints - 1;