forgot to uncomment the code that initialized uncompressed when I got

portal loading working
This commit is contained in:
Bill Currie 2002-09-12 19:33:17 +00:00
parent 090e65bc09
commit cd05f96ac6
1 changed files with 2 additions and 2 deletions

View File

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