quake2ts 0.0.72 → 0.0.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1873,7 +1873,9 @@ var RERELEASE_KNOWN_PAKS = Object.freeze([
1873
1873
  { name: "pak0.pak@rogue", checksum: 3373211245, description: "Ground Zero (rogue) mission pack" },
1874
1874
  { name: "pak0.pak@xatrix", checksum: 1358269824, description: "The Reckoning (xatrix) mission pack" }
1875
1875
  ]);
1876
- var HEADER_SIZE2 = 17 * 4;
1876
+ var HEADER_LUMPS = 19;
1877
+ var HEADER_SIZE2 = 4 + 4 + HEADER_LUMPS * 8;
1878
+ var HEADER_SIZE3 = 17 * 4;
1877
1879
  var FLOAT_BYTES = 4;
1878
1880
  var STRIDE = 7 * FLOAT_BYTES;
1879
1881
  var BSP_VERTEX_LAYOUT = [