mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-03 23:26:40 +00:00 
			
		
		
		
	
						commit
						65024ee7f2
					
				
					 2 changed files with 8 additions and 4 deletions
				
			
		| 
						 | 
					@ -107,6 +107,7 @@ namespace MWMechanics
 | 
				
			||||||
        mActionCooldown(0),
 | 
					        mActionCooldown(0),
 | 
				
			||||||
        mStrength(),
 | 
					        mStrength(),
 | 
				
			||||||
        mForceNoShortcut(false),
 | 
					        mForceNoShortcut(false),
 | 
				
			||||||
 | 
					        mShortcutFailPos(),
 | 
				
			||||||
        mLastActorPos(0,0,0),
 | 
					        mLastActorPos(0,0,0),
 | 
				
			||||||
        mMovement(){}    
 | 
					        mMovement(){}    
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -9,10 +9,13 @@
 | 
				
			||||||
namespace ESM
 | 
					namespace ESM
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    ESMWriter::ESMWriter()
 | 
					    ESMWriter::ESMWriter()
 | 
				
			||||||
        : mStream(NULL)
 | 
					        : mRecords()
 | 
				
			||||||
        , mEncoder (0)
 | 
					        , mStream(NULL)
 | 
				
			||||||
 | 
					        , mHeaderPos()
 | 
				
			||||||
 | 
					        , mEncoder(NULL)
 | 
				
			||||||
        , mRecordCount(0)
 | 
					        , mRecordCount(0)
 | 
				
			||||||
        , mCounting(true)
 | 
					        , mCounting(true)
 | 
				
			||||||
 | 
					        , mHeader()
 | 
				
			||||||
    {}
 | 
					    {}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    unsigned int ESMWriter::getVersion() const
 | 
					    unsigned int ESMWriter::getVersion() const
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue