Extra * on one auto

This commit is contained in:
David Markowitz 2023-06-12 04:01:45 -07:00
parent 5be9146662
commit 3f3810519d

View File

@ -732,7 +732,7 @@ void DestroyableComponent::Smash(const LWOOBJID source, const eKillType killType
auto* team = TeamManager::Instance()->GetTeam(owner->GetObjectID()); auto* team = TeamManager::Instance()->GetTeam(owner->GetObjectID());
const auto* isEnemy = m_ParentEntity->GetComponent<BaseCombatAIComponent>() != nullptr; const auto isEnemy = m_ParentEntity->GetComponent<BaseCombatAIComponent>() != nullptr;
auto* inventoryComponent = owner->GetComponent<InventoryComponent>(); auto* inventoryComponent = owner->GetComponent<InventoryComponent>();