mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-04 07:47:59 +03:00
For consistency with TES CS, force DELE record writes to be 4 bytes (currently writes 1 byte).
This commit is contained in:
parent
7cc4e5afa1
commit
a47ebf5c9e
41 changed files with 41 additions and 40 deletions
|
@ -84,7 +84,7 @@ namespace ESM
|
|||
|
||||
if (isDeleted)
|
||||
{
|
||||
esm.writeHNCString("DELE", "");
|
||||
esm.writeHNString("DELE", "", 3);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue