diff options
Diffstat (limited to '')
-rw-r--r-- | src/peds/Ped.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h index 797f19af..fb397b38 100644 --- a/src/peds/Ped.h +++ b/src/peds/Ped.h @@ -766,6 +766,7 @@ public: void SetPedState(PedState state) { m_nPedState = state; } bool DyingOrDead(void) { return m_nPedState == PED_DIE || m_nPedState == PED_DEAD; } void ReplaceWeaponWhenExitingVehicle(void); + bool IsNotInWreckedVehicle(); // set by 0482:set_threat_reaction_range_multiplier opcode static uint16 &nThreatReactionRangeMultiplier; |