mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-20 19:39:41 +00:00
fix for the ESMWriter fix
This commit is contained in:
parent
231419028d
commit
1ee228a566
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue