diff options
author | _AG <gennariarmando@outlook.com> | 2019-07-10 09:57:08 +0200 |
---|---|---|
committer | _AG <gennariarmando@outlook.com> | 2019-07-10 10:03:06 +0200 |
commit | 5b04393bb47b424b8bab6864afe4d50e8a7026fe (patch) | |
tree | 307e7d6d326cf091f51ad3f4a5a5472b80ed1b7d /src/core/PlayerInfo.h | |
parent | more CVehicle (diff) | |
download | re3-5b04393bb47b424b8bab6864afe4d50e8a7026fe.tar re3-5b04393bb47b424b8bab6864afe4d50e8a7026fe.tar.gz re3-5b04393bb47b424b8bab6864afe4d50e8a7026fe.tar.bz2 re3-5b04393bb47b424b8bab6864afe4d50e8a7026fe.tar.lz re3-5b04393bb47b424b8bab6864afe4d50e8a7026fe.tar.xz re3-5b04393bb47b424b8bab6864afe4d50e8a7026fe.tar.zst re3-5b04393bb47b424b8bab6864afe4d50e8a7026fe.zip |
Diffstat (limited to 'src/core/PlayerInfo.h')
-rw-r--r-- | src/core/PlayerInfo.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/PlayerInfo.h b/src/core/PlayerInfo.h index a9763766..d8128424 100644 --- a/src/core/PlayerInfo.h +++ b/src/core/PlayerInfo.h @@ -63,11 +63,13 @@ public: bool m_bFastReload; bool m_bGetOutOfJailFree; bool m_bGetOutOfHospitalFree; - uint8 m_aSkinName[32]; + char m_aSkinName[32]; RwTexture *m_pSkinTexture; void MakePlayerSafe(bool); - void AwardMoneyForExplosion(CVehicle *vehicle); + void LoadPlayerSkin(); + void AwardMoneyForExplosion(CVehicle *vehicle); + void SetPlayerSkin(char* skin); }; static_assert(sizeof(CPlayerInfo) == 0x13C, "CPlayerInfo: error"); |