mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-27 06:41:37 +00:00
Zero initialize context index
This commit is contained in:
parent
9a00984561
commit
5f406158b5
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ ESMReader::ESMReader()
|
||||||
, mFileSize(0)
|
, mFileSize(0)
|
||||||
{
|
{
|
||||||
clearCtx();
|
clearCtx();
|
||||||
|
mCtx.index = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ESMReader::restoreContext(const ESM_Context &rc)
|
void ESMReader::restoreContext(const ESM_Context &rc)
|
||||||
|
|
Loading…
Reference in a new issue