We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fed8ed commit e882c0eCopy full SHA for e882c0e
Client/game_sa/CFireSA.cpp
@@ -219,9 +219,6 @@ void CFireSA::SetNumGenerationsAllowed(char generations)
219
////////////////////////////////////////////////////////////////////////
220
static void AbortFireTask(CEntitySAInterface* entityOnFire)
221
{
222
- if (!entityOnFire)
223
- return;
224
-
225
auto ped = pGame->GetPools()->GetPed(reinterpret_cast<DWORD*>(entityOnFire));
226
if (!ped || !ped->pEntity)
227
return;
0 commit comments