mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 21:40:03 +00:00
Change DELE sub-record value to 0 (4 bytes)
This commit is contained in:
parent
d2c15647a3
commit
19ac4e942a
@ -1,5 +1,7 @@
|
|||||||
#include "util.hpp"
|
#include "util.hpp"
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
namespace ESM
|
namespace ESM
|
||||||
{
|
{
|
||||||
bool readDeleSubRecord(ESMReader &esm)
|
bool readDeleSubRecord(ESMReader &esm)
|
||||||
@ -15,6 +17,6 @@ namespace ESM
|
|||||||
|
|
||||||
void writeDeleSubRecord(ESMWriter &esm)
|
void writeDeleSubRecord(ESMWriter &esm)
|
||||||
{
|
{
|
||||||
esm.writeHNString("DELE", "");
|
esm.writeHNT("DELE", static_cast<int32_t>(0));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user