Do not use the lump cache in dpdehreader's ReadDehackedLump - we are currently copying the lump into a local buffer anyway (for the sake of adding a terminating zero, yuck). Instead simply determine the size of the lump and read it directly into our local buffer.
Do not use the lump cache in dpdehreader's ReadDehackedLump - we are currently copying the lump into a local buffer anyway (for the sake of adding a terminating zero, yuck). Instead simply determine the size of the lump and read it directly into our local buffer.