1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-04 02:41:19 +00:00

Zero initialize context index

This commit is contained in:
Evil Eye 2021-11-13 12:46:10 +01:00
parent 9a00984561
commit 5f406158b5

View File

@ -24,6 +24,7 @@ ESMReader::ESMReader()
, mFileSize(0)
{
clearCtx();
mCtx.index = 0;
}
void ESMReader::restoreContext(const ESM_Context &rc)