The terrain readers have a few hacky pieces of code for skipping poorly understood sections of the formats. They don't have EOF checks. We need to add them to avoid getting stuck in an infinite loop. I've never seen it happen yet but better safe than sorry.
The terrain readers have a few hacky pieces of code for skipping poorly understood sections of the formats. They don't have EOF checks. We need to add them to avoid getting stuck in an infinite loop. I've never seen it happen yet but better safe than sorry.