summaryrefslogtreecommitdiffstats
path: root/src/core/PlayerInfo.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-06-01 10:44:33 +0200
committerGitHub <noreply@github.com>2020-06-01 10:44:33 +0200
commit6d3e54369ce9ac826ab7c74da4be1c15d3ff3df0 (patch)
tree5f09d5f4358b1518262068d65ac713993b2cf437 /src/core/PlayerInfo.h
parentMerge branch 'miami' of https://github.com/GTAmodding/re3 into miami (diff)
parentfix (diff)
downloadre3-6d3e54369ce9ac826ab7c74da4be1c15d3ff3df0.tar
re3-6d3e54369ce9ac826ab7c74da4be1c15d3ff3df0.tar.gz
re3-6d3e54369ce9ac826ab7c74da4be1c15d3ff3df0.tar.bz2
re3-6d3e54369ce9ac826ab7c74da4be1c15d3ff3df0.tar.lz
re3-6d3e54369ce9ac826ab7c74da4be1c15d3ff3df0.tar.xz
re3-6d3e54369ce9ac826ab7c74da4be1c15d3ff3df0.tar.zst
re3-6d3e54369ce9ac826ab7c74da4be1c15d3ff3df0.zip
Diffstat (limited to 'src/core/PlayerInfo.h')
-rw-r--r--src/core/PlayerInfo.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/core/PlayerInfo.h b/src/core/PlayerInfo.h
index e2e874e6..dfe6a53e 100644
--- a/src/core/PlayerInfo.h
+++ b/src/core/PlayerInfo.h
@@ -10,6 +10,13 @@ enum eWastedBustedState
WBSTATE_FAILED_CRITICAL_MISSION,
};
+enum eBustedAudioState : uint8
+{
+ BUSTEDAUDIO_NONE,
+ BUSTEDAUDIO_LOADING,
+ BUSTEDAUDIO_DONE
+};
+
class CEntity;
class CPed;
class CVehicle;
@@ -60,6 +67,8 @@ public:
bool m_bGetOutOfJailFree;
bool m_bGetOutOfHospitalFree;
bool m_bDriveByAllowed;
+ eBustedAudioState m_nBustedAudioStatus;
+ int16 m_nCurrentBustedAudio;
char m_aSkinName[32];
RwTexture *m_pSkinTexture;