Fixed: Renamed WadFile and ZipFile's LumpRecord
Evidently the code optimizer was getting itself rather confused bythe fact that zipfile.cpp and wadfile.cpp both define a struct namedLumpRecord.
Renamed to WadLumpRecord and ZipLumpRecord respectively
View differences
Fixed: Renamed WadFile and ZipFile's LumpRecord
Evidently the code optimizer was getting itself rather confused by
the fact that zipfile.cpp and wadfile.cpp both define a struct named
LumpRecord.
Renamed to WadLumpRecord and ZipLumpRecord respectively