Moved baseOffset out of LumpInfo and up into AbstractFile
Record an AbstractFile pointer to the container from which the lump was loaded plus it's relative index in LumpInfo.
Rotating the references like this results in a cleaner and more logical hierarchy, while also reducing the need to copy LumpInfos around during the file load/access processes.
lump was loaded plus it's relative index in LumpInfo.
Rotating the references like this results in a cleaner and more
logical hierarchy, while also reducing the need to copy LumpInfos
around during the file load/access processes.