mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
allow reading of gzipped bsps
This commit is contained in:
parent
9297732f86
commit
84f58bdd5d
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ main (int argc, char **argv)
|
|||
e = strrchr (litfile->str, '.');
|
||||
dstring_replace (litfile, e - litfile->str, -1, ".lit", 5);
|
||||
|
||||
f = Qopen (bspfile, "rb");
|
||||
f = Qopen (bspfile, "rbz");
|
||||
bsp = LoadBSPFile (f, Qfilesize (f));
|
||||
Qclose (f);
|
||||
LoadEntities ();
|
||||
|
|
Loading…
Reference in a new issue