From cd05f96ac6bf9e2638c203e7484a3fb0a243d708 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 12 Sep 2002 19:33:17 +0000 Subject: [PATCH] forgot to uncomment the code that initialized uncompressed when I got portal loading working --- tools/qfvis/source/qfvis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/qfvis/source/qfvis.c b/tools/qfvis/source/qfvis.c index dc93d4093..3f1775e1d 100644 --- a/tools/qfvis/source/qfvis.c +++ b/tools/qfvis/source/qfvis.c @@ -867,8 +867,8 @@ main (int argc, char **argv) dstring_appendstr (portalfile, ".prt"); LoadPortals (portalfile->str); -// uncompressed = malloc (bitbytes * portalleafs); -// memset (uncompressed, 0, bitbytes * portalleafs); + uncompressed = malloc (bitbytes * portalleafs); + memset (uncompressed, 0, bitbytes * portalleafs); CalcVis ();