forked from mirror/openmw-tes3mp
another esm writer fix
This commit is contained in:
parent
ee7364a8a3
commit
c5b2c154f8
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ namespace ESM
|
||||||
rec.name = name;
|
rec.name = name;
|
||||||
rec.position = mStream->tellp();
|
rec.position = mStream->tellp();
|
||||||
rec.size = 0;
|
rec.size = 0;
|
||||||
writeT<int>(0); // Size goes here
|
writeT<uint32_t>(0); // Size goes here
|
||||||
mRecords.push_back(rec);
|
mRecords.push_back(rec);
|
||||||
|
|
||||||
assert(mRecords.back().size == 0);
|
assert(mRecords.back().size == 0);
|
||||||
|
|
Loading…
Reference in a new issue