Audio, use of enums and true/false

This commit is contained in:
Sergeanur
2020-02-02 15:57:27 +02:00
parent c794b59a7c
commit 72a4abd347
5 changed files with 551 additions and 550 deletions

View File

@ -140,7 +140,7 @@ public:
int32 m_counter;
int32 m_nSampleIndex;
uint8 m_bBankIndex;
uint8 m_bIsDistant;
bool m_bIsDistant;
uint8 field_14;
uint8 field_15;
int32 field_16;
@ -164,9 +164,9 @@ public:
uint8 field_58;
uint8 field_59;
CVector m_vecPos;
uint8 m_bReverbFlag;
bool m_bReverbFlag;
uint8 m_bLoopsRemaining;
uint8 m_bRequireReflection;
bool m_bRequireReflection;
uint8 m_bOffset;
int32 field_76;
uint8 m_bIsProcessed;