mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-17 18:09:22 +00:00
cPedParams fixes
This commit is contained in:
parent
b12eef1d56
commit
b8bf3cb790
2 changed files with 33 additions and 49 deletions
|
@ -132,6 +132,13 @@ public:
|
|||
bool m_bDistanceCalculated;
|
||||
float m_fDistance;
|
||||
CPed *m_pPed;
|
||||
|
||||
cPedParams()
|
||||
{
|
||||
m_pPed = nil;
|
||||
m_bDistanceCalculated = false;
|
||||
m_fDistance = 0.0f;
|
||||
}
|
||||
};
|
||||
|
||||
class cVehicleParams
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue