Skip to content

Commit

Permalink
Update Client/game_sa/CFireSA.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Uladzislau Nikalayevich <[email protected]>
  • Loading branch information
FileEX and TheNormalnij authored Jan 29, 2025
1 parent 7fed8ed commit e882c0e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Client/game_sa/CFireSA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,6 @@ void CFireSA::SetNumGenerationsAllowed(char generations)
////////////////////////////////////////////////////////////////////////
static void AbortFireTask(CEntitySAInterface* entityOnFire)
{
if (!entityOnFire)
return;

auto ped = pGame->GetPools()->GetPed(reinterpret_cast<DWORD*>(entityOnFire));
if (!ped || !ped->pEntity)
return;
Expand Down

0 comments on commit e882c0e

Please sign in to comment.