diff options
author | aap <aap@papnet.eu> | 2019-07-26 14:27:13 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-07-26 14:27:13 +0200 |
commit | 9a50a59a3ced80d782ac1b89aed1e5e86a91dd64 (patch) | |
tree | d3252eb8d966a82ea1e41853c08642a88b593a3a /src/core/PlayerInfo.h | |
parent | 7d6a04b5c60ed69e2f7623b213704db4e71f579a (diff) |
CAutomobile::FireTruckControl and HydraulicControl
Diffstat (limited to 'src/core/PlayerInfo.h')
-rw-r--r-- | src/core/PlayerInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/PlayerInfo.h b/src/core/PlayerInfo.h index a5f69122..decfb24c 100644 --- a/src/core/PlayerInfo.h +++ b/src/core/PlayerInfo.h @@ -20,7 +20,7 @@ public: CPlayerPed *m_pPed; CVehicle *m_pRemoteVehicle; CColModel m_ColModel; - CVehicle *m_pVehicleEx; + CVehicle *m_pVehicleEx; // vehicle using the col model above char m_aPlayerName[70]; int32 m_nMoney; int32 m_nVisibleMoney; |