mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-16 19:51:26 +00:00
Small type use fixes
# Conflicts: # src/audio/AudioLogic.cpp # src/control/Garages.cpp # src/vehicles/Cranes.cpp
This commit is contained in:
parent
0768026938
commit
6a2edcea46
7 changed files with 17 additions and 17 deletions
|
@ -49,7 +49,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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue