mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-02 23:08:00 +03:00
Make sure empty cell name subrecords are saved (bug #5222)
This commit is contained in:
parent
eec82f676a
commit
4b38bab0d9
2 changed files with 2 additions and 1 deletions
|
@ -160,7 +160,7 @@ namespace ESM
|
|||
|
||||
void Cell::save(ESMWriter &esm, bool isDeleted) const
|
||||
{
|
||||
esm.writeHNOCString("NAME", mName);
|
||||
esm.writeHNCString("NAME", mName);
|
||||
esm.writeHNT("DATA", mData, 12);
|
||||
|
||||
if (isDeleted)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue