mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 17:26:38 +00:00 
			
		
		
		
	Re-check unknown record id after loading.
This commit is contained in:
		
							parent
							
								
									810ba61909
								
							
						
					
					
						commit
						a2d043f43a
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		|  | @ -71,6 +71,14 @@ namespace CSMWorld | |||
| 
 | ||||
|             record.load (reader); | ||||
| 
 | ||||
|             if (index==-1) | ||||
|             { | ||||
|                 std::string newId = IdAccessorT().getId(record); | ||||
|                 int newIndex = this->searchId(newId); | ||||
|                 if (newIndex != -1 && id != newId) | ||||
|                     index = newIndex; | ||||
|             } | ||||
| 
 | ||||
|             load (record, base, index); | ||||
|         } | ||||
|     } | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue