|
|
@ -109,7 +109,6 @@ struct ESM_Context
|
|
|
|
uint32_t leftRec, leftSub;
|
|
|
|
uint32_t leftRec, leftSub;
|
|
|
|
size_t leftFile;
|
|
|
|
size_t leftFile;
|
|
|
|
NAME recName, subName;
|
|
|
|
NAME recName, subName;
|
|
|
|
Header::Data header;
|
|
|
|
|
|
|
|
// When working with multiple esX files, we will generate lists of all files that
|
|
|
|
// When working with multiple esX files, we will generate lists of all files that
|
|
|
|
// actually contribute to a specific cell. Therefore, we need to store the index
|
|
|
|
// actually contribute to a specific cell. Therefore, we need to store the index
|
|
|
|
// of the file belonging to this contest. See CellStore::(list/load)refs for details.
|
|
|
|
// of the file belonging to this contest. See CellStore::(list/load)refs for details.
|
|
|
|