mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 06:24:08 +00:00
int8 enums fixed
This commit is contained in:
parent
4696e3f9c8
commit
afdf8c25a0
6 changed files with 21 additions and 21 deletions
|
@ -8121,7 +8121,7 @@ cAudioManager::ProcessGarages()
|
|||
const float SOUND_INTENSITY = 80.0f;
|
||||
|
||||
CEntity *entity;
|
||||
eGarageState state;
|
||||
uint8 state;
|
||||
uint32 sampleIndex;
|
||||
uint8 j;
|
||||
float distSquared;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue