For consistency with TES CS, force DELE record writes to be 4 bytes (currently writes 1 byte).

This commit is contained in:
cc9cii 2021-07-06 14:57:58 +10:00
parent 7cc4e5afa1
commit a47ebf5c9e
41 changed files with 41 additions and 40 deletions

View file

@ -84,7 +84,7 @@ namespace ESM
if (isDeleted)
{
esm.writeHNCString("DELE", "");
esm.writeHNString("DELE", "", 3);
return;
}