Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Aephiex authored Jan 12, 2025
1 parent 0129076 commit c369355
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Ext/Techno/Body.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ int TechnoExt::ExtData::GetAttachedEffectCumulativeCount(AttachEffectTypeClass*
// it doesn't check if this transport is actually a transport or not.
bool TechnoExt::ExtData::CanLoadPassenger(TechnoClass* pPassenger) const
{
auto const pTransport = this->OwnerObject();
auto const pTransportTypeExt = this->TypeExtData;
auto const pTransportType = pTransportTypeExt->OwnerObject();
auto const pPassengerType = pPassenger->GetTechnoType();
Expand Down

0 comments on commit c369355

Please sign in to comment.