mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
fix for the ESMWriter fix
This commit is contained in:
parent
231419028d
commit
1ee228a566
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
namespace ESM
|
namespace ESM
|
||||||
{
|
{
|
||||||
ESMWriter::ESMWriter() : mRecordCount (0), mCounting (false) {}
|
ESMWriter::ESMWriter() : mRecordCount (0), mCounting (true) {}
|
||||||
|
|
||||||
unsigned int ESMWriter::getVersion() const
|
unsigned int ESMWriter::getVersion() const
|
||||||
{
|
{
|
||||||
@ -56,6 +56,7 @@ namespace ESM
|
|||||||
{
|
{
|
||||||
mRecordCount = 0;
|
mRecordCount = 0;
|
||||||
mRecords.clear();
|
mRecords.clear();
|
||||||
|
mCounting = true;
|
||||||
mStream = &file;
|
mStream = &file;
|
||||||
|
|
||||||
startRecord("TES3", 0);
|
startRecord("TES3", 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user