mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 23:26:41 +00:00 
			
		
		
		
	compose info record IDs from actual record ID and parent topic ID (to make sure IDs are unique)
This commit is contained in:
		
							parent
							
								
									2d4a6c0edf
								
							
						
					
					
						commit
						c545b3682a
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -34,8 +34,7 @@ void CSMWorld::InfoCollection::load (const Info& record, bool base) | |||
| void CSMWorld::InfoCollection::load (ESM::ESMReader& reader, bool base, const ESM::Dialogue& dialogue) | ||||
| { | ||||
|     /// \todo put records into proper order
 | ||||
|     /// \todo adjust ID
 | ||||
|     std::string id = reader.getHNOString ("INAM"); | ||||
|     std::string id = dialogue.mId + "#" + reader.getHNOString ("INAM"); | ||||
| 
 | ||||
|     if (reader.isNextSub ("DELE")) | ||||
|     { | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue