mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 03:40:14 +00:00
another esm writer fix
This commit is contained in:
parent
ee7364a8a3
commit
c5b2c154f8
@ -105,7 +105,7 @@ namespace ESM
|
||||
rec.name = name;
|
||||
rec.position = mStream->tellp();
|
||||
rec.size = 0;
|
||||
writeT<int>(0); // Size goes here
|
||||
writeT<uint32_t>(0); // Size goes here
|
||||
mRecords.push_back(rec);
|
||||
|
||||
assert(mRecords.back().size == 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user