From 3f3810519df179b57f6e792713b5aaa45ff9f6f4 Mon Sep 17 00:00:00 2001 From: David Markowitz Date: Mon, 12 Jun 2023 04:01:45 -0700 Subject: [PATCH] Extra * on one auto --- dGame/dComponents/DestroyableComponent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dGame/dComponents/DestroyableComponent.cpp b/dGame/dComponents/DestroyableComponent.cpp index ccd35797..3be0ce0c 100644 --- a/dGame/dComponents/DestroyableComponent.cpp +++ b/dGame/dComponents/DestroyableComponent.cpp @@ -732,7 +732,7 @@ void DestroyableComponent::Smash(const LWOOBJID source, const eKillType killType auto* team = TeamManager::Instance()->GetTeam(owner->GetObjectID()); - const auto* isEnemy = m_ParentEntity->GetComponent() != nullptr; + const auto isEnemy = m_ParentEntity->GetComponent() != nullptr; auto* inventoryComponent = owner->GetComponent();