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