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

Merge branch 'gcc_zero_sugar' into 'master'

Fix GCC test failure

See merge request OpenMW/openmw!1387
This commit is contained in:
psi29a 2021-11-13 13:24:15 +00:00
commit d1d5b775f0

View File

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