mirror of https://github.com/Nofated095/re-GTA.git
Update Fire.cpp
This commit is contained in:
parent
0e91015940
commit
edc92a7bcc
|
@ -410,7 +410,7 @@ CFireManager::StartScriptFire(const CVector &pos, CEntity *target, float strengt
|
|||
bool
|
||||
CFireManager::IsScriptFireExtinguish(int16 index)
|
||||
{
|
||||
return (!m_aFires[index].m_bIsOngoing) ? true : false;
|
||||
return m_aFires[index].m_bIsOngoing ? false : true;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue