mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 15:56:38 +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