Small type use fixes

This commit is contained in:
Sergeanur
2020-12-25 08:59:32 +02:00
parent f9cbe29c50
commit de31bdc89f
8 changed files with 18 additions and 18 deletions

View File

@ -46,7 +46,7 @@ public:
eAudioType m_nType;
void *m_pEntity;
bool m_bIsUsed;
uint8 m_nStatus;
uint8 m_bStatus;
int16 m_awAudioEvent[NUM_AUDIOENTITY_EVENTS];
float m_afVolume[NUM_AUDIOENTITY_EVENTS];
uint8 m_AudioEvents;