Closed MysticalUnicat closed 2 years ago
transfer_t uses uint16_t for patch index, but patch limit was increased for qbsp. this could overflow for large qbsp maps.
Corrected with https://github.com/qbism/q2tools-220/commit/a417f3895ea2f62344e819b178d3f123c387d501
transfer_t uses uint16_t for patch index, but patch limit was increased for qbsp. this could overflow for large qbsp maps.