mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
forgot to uncomment the code that initialized uncompressed when I got
portal loading working
This commit is contained in:
parent
090e65bc09
commit
cd05f96ac6
1 changed files with 2 additions and 2 deletions
|
@ -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 ();
|
||||
|
||||
|
|
Loading…
Reference in a new issue