mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-26 23:11:33 +00:00
Merge branch 'gcc_zero_sugar' into 'master'
Fix GCC test failure See merge request OpenMW/openmw!1387
This commit is contained in:
commit
d1d5b775f0
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ ESMReader::ESMReader()
|
|||
, mFileSize(0)
|
||||
{
|
||||
clearCtx();
|
||||
mCtx.index = 0;
|
||||
}
|
||||
|
||||
void ESMReader::restoreContext(const ESM_Context &rc)
|
||||
|
|
Loading…
Reference in a new issue