Refactor|FileSys: Rewired mechanism for reading file data
de::File1 no longer defines virtual readLump(lumpIdx) methods at file container level. These have been replaced with virtual read() methods at contained file level.
Next step: LumpFileAdaptor is now redundant and should be removed.
Refactor|FileSys: Rewired mechanism for reading file data
de::File1 no longer defines virtual readLump(lumpIdx) methods at
file container level. These have been replaced with virtual read()
methods at contained file level.
Next step: LumpFileAdaptor is now redundant and should be removed.