mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-10-31 13:56:45 +00:00 
			
		
		
		
	LocalScripts: initialize mIter
This commit is contained in:
		
							parent
							
								
									7f7e8c63bf
								
							
						
					
					
						commit
						6fde02ea42
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -61,7 +61,10 @@ namespace | |||
| 
 | ||||
| } | ||||
| 
 | ||||
| MWWorld::LocalScripts::LocalScripts (const MWWorld::ESMStore& store) : mStore (store) {} | ||||
| MWWorld::LocalScripts::LocalScripts (const MWWorld::ESMStore& store) : mStore (store) | ||||
| { | ||||
|     mIter = mScripts.end(); | ||||
| } | ||||
| 
 | ||||
| void MWWorld::LocalScripts::setIgnore (const ConstPtr& ptr) | ||||
| { | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue