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.
@@ -1842,7 +1842,9 @@ var RERELEASE_KNOWN_PAKS = Object.freeze([
1842
1842
  { name: "pak0.pak@rogue", checksum: 3373211245, description: "Ground Zero (rogue) mission pack" },
1843
1843
  { name: "pak0.pak@xatrix", checksum: 1358269824, description: "The Reckoning (xatrix) mission pack" }
1844
1844
  ]);
1845
- var HEADER_SIZE2 = 17 * 4;
1845
+ var HEADER_LUMPS = 19;
1846
+ var HEADER_SIZE2 = 4 + 4 + HEADER_LUMPS * 8;
1847
+ var HEADER_SIZE3 = 17 * 4;
1846
1848
  var FLOAT_BYTES = 4;
1847
1849
  var STRIDE = 7 * FLOAT_BYTES;
1848
1850
  var BSP_VERTEX_LAYOUT = [