mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-11-04 13:26:54 +00:00 
			
		
		
		
	Check type id of current package
If package is changed the following usage of it is not consistent.
This commit is contained in:
		
							parent
							
								
									ca93f8ee39
								
							
						
					
					
						commit
						d48eead038
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -275,6 +275,7 @@ void AiSequence::execute (const MWWorld::Ptr& actor, CharacterController& charac
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            package = mPackages.front();
 | 
					            package = mPackages.front();
 | 
				
			||||||
 | 
					            packageTypeId = package->getTypeId();
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        try
 | 
					        try
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue